コード例 #1
0
ファイル: FotoController.php プロジェクト: jager/cms
 public function init()
 {
     parent::init();
     $this->_model = new Foto();
 }
コード例 #2
0
ファイル: UserController.php プロジェクト: jager/cms
 public function init()
 {
     parent::init();
     $this->_model = new Adminuser();
 }
コード例 #3
0
ファイル: GaleryController.php プロジェクト: jager/cms
 public function init()
 {
     parent::init();
 }
コード例 #4
0
ファイル: GaleryController.php プロジェクト: jager/cms
 public function init()
 {
     parent::init();
     $this->_messages['noentity'] = 'Nie znaleziono galerii o podanym identyfikatorze!';
     $this->_model = new Galery();
 }
コード例 #5
0
ファイル: ActualsController.php プロジェクト: jager/cms
 public function init()
 {
     parent::init();
     $this->_model = new Aktual();
 }
コード例 #6
0
ファイル: MessageController.php プロジェクト: jager/cms
 public function init()
 {
     parent::init();
     $this->_model = new Message();
 }