Views are powerfull in lightweight MVC it allows a view to access the public method's / variables of a loading controller<br />
loadView is a public method inside Controller (controllers/controller.php)
allowing the extening controller controllers_index to access it and then allowing the views of controllers_index to access the file.
<br />
<br />
<?php $this->loadView("include/inc"); ?>World