Cheetah
modules
cheetah
custom_rss
classes
ChCRSSExport.php
Go to the documentation of this file.
1
<?
php
2
8
ch_import
(
'ChWsbExport'
);
9
10
class
ChCRSSExport
extends
ChWsbExport
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
Generated by
1.8.20