Example #1
0
 /**
  * (non-PHPdoc)
  * @see \libapp\BaseAction::_init()
  */
 protected function _init()
 {
     parent::_init();
     $this->_isLogin();
     $this->_isAuth();
     $this->_initView();
 }
Example #2
0
 /**
  * (non-PHPdoc)
  * @see \libapp\BaseAction::_init()
  */
 protected function _init()
 {
     parent::_init();
     $this->_isLogin();
     $this->_initView();
     $this->assignAccount();
 }
Example #3
0
 /**
  * (non-PHPdoc)
  * @see \libapp\BaseAction::_init()
  */
 protected function _init()
 {
     parent::_init();
     $this->_initDataType();
 }