Esempio n. 1
0
 /**
  * Page displayed when a user arrives on your web application.
  * 
  * @URL /
  */
 public function index()
 {
     $this->template->setTitle('Packanalyst | Explore PHP classes from Packagist');
     //$this->template->setContainerClass('homeContainer container');
     $this->template->setContainerClass('homeContainer');
     array_shift(\Mouf::getBootstrapNavBar()->children);
     array_shift(\Mouf::getBootstrapNavBar()->children);
     $this->content->addFile(ROOT_PATH . "src/views/root/index.php", $this);
     $this->template->toHtml();
 }