Cheetah
ChCRSSExport.php
Go to the documentation of this file.
1 <?php
2 
8 ch_import('ChWsbExport');
9 
11 {
12  protected function __construct($aSystem)
13  {
14  parent::__construct($aSystem);
15  $this->_aTables = array(
16  'ch_crss_main' => '`ProfileID` = {profile_id}',
17  );
18  }
19 }
ch_import
ch_import($sClassName, $aModule=array())
Definition: utils.inc.php:1218
ChWsbExport
Definition: ChWsbExport.php:29
php
ChCRSSExport\__construct
__construct($aSystem)
Definition: ChCRSSExport.php:12
ChCRSSExport
Definition: ChCRSSExport.php:11