Example #1
0
 /**
  * @protected
  */
 public function _admin()
 {
     parent::_admin();
     $this->defaultLayout = "layouts/admin";
     $this->setLayout();
 }
Example #2
0
 /**
  * @protected
  */
 public function _admin()
 {
     parent::_admin();
     $this->_managing = Registry::get("session")->get("managing");
 }