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