Cheetah
modules
cheetah
articles
classes
ChArlTemplate.php
Go to the documentation of this file.
1
<?
php
2
8
ch_import
(
'ChWsbTextTemplate'
);
9
10
class
ChArlTemplate
extends
ChWsbTextTemplate
11
{
12
function
__construct
(&$oConfig, &
$oDb
)
13
{
14
parent::__construct($oConfig,
$oDb
);
15
16
$this->sCssPrefix =
'arl'
;
17
}
18
}
ChArlTemplate\__construct
__construct(&$oConfig, &$oDb)
Definition:
ChArlTemplate.php:12
ch_import
ch_import($sClassName, $aModule=array())
Definition:
utils.inc.php:1218
php
$oDb
global $oDb
Definition:
db.inc.php:39
ChWsbTextTemplate
Definition:
ChWsbTextTemplate.php:11
ChArlTemplate
Definition:
ChArlTemplate.php:11
Generated by
1.8.20