Exemple #1
0
 public function initialize()
 {
     parent::initialize();
     $this->view->setLayout("index");
     $this->checkPermision("user");
 }
 public function initialize()
 {
     parent::initialize();
     $this->view->setLayout("index");
 }
Exemple #3
0
 public function initialize()
 {
     parent::initialize();
     $this->view->setRenderLevel(\Phalcon\Mvc\View::LEVEL_ACTION_VIEW);
 }