Cheetah
All Classes Namespaces Files Functions Variables Pages
installer.php
Go to the documentation of this file.
1 <?php
2 
8  require_once(CH_DIRECTORY_PATH_CLASSES . "ChWsbInstaller.php");
9 
11  {
12  function __construct(&$aConfig)
13  {
14  parent::__construct($aConfig);
15  }
16 
17  function install($aParams)
18  {
19  $aResult = parent::install($aParams);
20 
21  if($aResult['result']) {
22  ChWsbService::call($this->_aConfig['home_uri'], 'update_handlers');
23  }
24 
25  return $aResult;
26  }
27  }
$aResult
$aResult
Definition: index.php:19
php
ChWsbInstaller
Definition: ChWsbInstaller.php:38
ChSpyInstaller\__construct
__construct(&$aConfig)
Definition: installer.php:12
ChSpyInstaller
Definition: installer.php:11
$aConfig
$aConfig
Definition: config.php:8
ChSpyInstaller\install
install($aParams)
Definition: installer.php:17
ChWsbService\call
static call($mixed, $sMethod, $aParams=array(), $sClass='Module')
Definition: ChWsbService.php:32