예제 #1
0
파일: C_Page.php 프로젝트: Ivan-up/devblog
 protected function before()
 {
     //$this->needLogin = true;
     parent::before();
 }
예제 #2
0
 public function before()
 {
     parent::before();
 }
예제 #3
0
파일: C_Page.php 프로젝트: alpo008/Hello_JS
 public function before()
 {
     //$this->needLogin = true; // раскоментируйте, чтобы закрыть доступ ко всем страницам данного контроллера
     parent::before();
 }