Debug
Setting this to true
will turn on WP MVC's debugging mode.
<?php
MvcConfiguration::set(array(
'Debug' => false
));
?>
Setting this to true
will turn on WP MVC's debugging mode.
<?php
MvcConfiguration::set(array(
'Debug' => false
));
?>