예제 #1
0
 /**
  * Init method
  */
 public function startup()
 {
     parent::startup();
     $this->checkAccess();
 }
예제 #2
0
 function startup()
 {
     parent::startup();
     $this->redirect(':Admin:Login:');
 }