示例#1
0
 /**
  * Page controller before action.
  * Can add some settings here for child class usage.
  *
  * @see \Avenue\Controller::beforeAction()
  */
 public function beforeAction()
 {
     parent::beforeAction();
     // default values
     $this->template = 'page';
     $this->title = 'Avenue Framework | ';
     $this->content = '';
 }
示例#2
0
 public function beforeAction()
 {
     parent::beforeAction();
     return true;
 }
示例#3
0
 public function beforeAction()
 {
     parent::beforeAction();
 }