コード例 #1
0
ファイル: actions.class.php プロジェクト: kawahara/OpenPNE3
 public function preExecute()
 {
     parent::preExecute();
     if ($this->id == $this->getUser()->getMemberId()) {
         sfConfig::set('sf_nav_type', 'default');
     }
 }