コード例 #1
0
ファイル: Edit.php プロジェクト: sagmahajan/aswan_release
 public function _construct()
 {
     $aitsysModel = new Aitoc_Aitsys_Model_Aitsys();
     if ($this->_aErrorList = $aitsysModel->getAllowInstallErrors()) {
         $this->_bAllowInstall = false;
     }
     $this->setTitle('Aitoc Modules Manager v%s');
 }
コード例 #2
0
ファイル: Edit.php プロジェクト: CherylMuniz/fashion
 public function __construct()
 {
     parent::__construct();
     $aitsysModel = new Aitoc_Aitsys_Model_Aitsys();
     if ($this->_aErrorList = $aitsysModel->getAllowInstallErrors()) {
         $this->_bAllowInstall = false;
     }
     $this->setTemplate('aitsys/edit.phtml');
     $this->setTitle('Aitoc Module Manager v%s');
 }