GITLAB

Jonathas / Projeto_Adidas

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • projeto_adidas
  • ProjetoAdidas
  • adm
  • controllers
  • ControllerHome.php
  • fb5e8e28   Projeto_Adidas Browse Code ยป
    Jonathas
    2018-06-22 11:39:24 -0300  
ControllerHome.php 160 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
<?php

class ControllerHome {

    public function index() {
        $carregarView = new ConfigView("home/index");
        $carregarView->renderizar();
    }
}