Example #1
0
 public function beforeExecuteRoute()
 {
     if (parent::beforeExecuteRoute()) {
         $this->assets->addCss('css/admin.css');
         $this->assets->addJs('js/admin.js');
     }
 }
 public function __construct()
 {
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     /**
      * including helper classes
      **/
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->include_helpers();
 }
Example #5
0
 public function __construct()
 {
     parent::__construct();
     $this->load_libs();
     $this->_need_to_save_something();
 }