コード例 #1
0
ファイル: Membre.php プロジェクト: neovoxel/cuisine-resort
 function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
 function __construct()
 {
     parent::__construct();
     if (!$this->_isAdmin()) {
         $this->redirectTo('Membre/index');
     }
 }