Exemplo n.º 1
0
 public function _construct()
 {
     $aitsysModel = new Aitoc_Aitsys_Model_Aitsys();
     if ($this->_aErrorList = $aitsysModel->getAllowInstallErrors()) {
         $this->_bAllowInstall = false;
     }
     $this->setTitle('Aitoc Modules Manager v%s');
 }
Exemplo n.º 2
0
 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');
 }