Cheetah
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_objects');
23 
24  return $aResult;
25  }
26  }
ChShoutBoxInstaller\install
install($aParams)
Definition: installer.php:17
$aResult
$aResult
Definition: index.php:19
php
ChWsbInstaller
Definition: ChWsbInstaller.php:38
$aConfig
$aConfig
Definition: config.php:8
ChShoutBoxInstaller\__construct
__construct(&$aConfig)
Definition: installer.php:12
ChWsbService\call
static call($mixed, $sMethod, $aParams=array(), $sClass='Module')
Definition: ChWsbService.php:32
ChShoutBoxInstaller
Definition: installer.php:11