コード例 #1
0
ファイル: MarcaController.php プロジェクト: nazart/IteraZend
 public function init()
 {
     parent::init();
     /* Initialize action controller here */
 }
コード例 #2
0
ファイル: PanelController.php プロジェクト: nazart/kmcomputer
 public function init()
 {
     parent::init();
     Zend_Layout::getMvcInstance()->setLayout('layout-admin-panel');
     /* Initialize action controller here */
 }