Fork me on GitHub

Debug

Setting this to true will turn on WP MVC's debugging mode.

<?php
MvcConfiguration::set(array(
  'Debug' => false
));
?>