コード例 #1
0
ファイル: ShowAction.php プロジェクト: suyuanen/trotri
 /**
  * (non-PHPdoc)
  * @see \libapp\BaseAction::_init()
  */
 protected function _init()
 {
     parent::_init();
     $this->_isLogin();
     $this->_isAuth();
     $this->_initView();
 }
コード例 #2
0
ファイル: ShowAction.php プロジェクト: suyuanen/trotri
 /**
  * (non-PHPdoc)
  * @see \libapp\BaseAction::_init()
  */
 protected function _init()
 {
     parent::_init();
     $this->_isLogin();
     $this->_initView();
     $this->assignAccount();
 }
コード例 #3
0
ファイル: DataAction.php プロジェクト: suyuanen/trotri
 /**
  * (non-PHPdoc)
  * @see \libapp\BaseAction::_init()
  */
 protected function _init()
 {
     parent::_init();
     $this->_initDataType();
 }