ControllerHome.php 160 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 <?php class ControllerHome { public function index() { $carregarView = new ConfigView("home/index"); $carregarView->renderizar(); } }