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