Cheetah
modules
cheetah
quotes
classes
ChQuotesTemplate.php
Go to the documentation of this file.
1
<?
php
2
8
ch_import
(
'ChWsbModuleTemplate'
);
9
10
/*
11
* Quotes module View
12
*/
13
class
ChQuotesTemplate
extends
ChWsbModuleTemplate
14
{
18
function
__construct
(&$oConfig, &
$oDb
)
19
{
20
parent::__construct($oConfig,
$oDb
);
21
22
$this->_aTemplates = array(
'unit'
,
'adm_unit'
);
23
}
24
25
function
loadTemplates
()
26
{
27
parent::loadTemplates();
28
}
29
30
function
parseHtmlByName
(
$sName
,
$aVars
, $mixedKeyWrapperHtml = NULL, $sCheckIn =
CH_WSB_TEMPLATE_CHECK_IN_BOTH
)
31
{
32
return
parent::parseHtmlByName (
$sName
.
'.html'
,
$aVars
, $mixedKeyWrapperHtml, $sCheckIn);
33
}
34
}
ch_import
ch_import($sClassName, $aModule=array())
Definition:
utils.inc.php:1218
php
ChQuotesTemplate
Definition:
ChQuotesTemplate.php:14
CH_WSB_TEMPLATE_CHECK_IN_BOTH
const CH_WSB_TEMPLATE_CHECK_IN_BOTH
Definition:
ChWsbTemplate.php:16
$oDb
global $oDb
Definition:
db.inc.php:39
ChQuotesTemplate\loadTemplates
loadTemplates()
Definition:
ChQuotesTemplate.php:25
$aVars
$aVars
Definition:
license.php:101
ChWsbModuleTemplate
Definition:
ChWsbModuleTemplate.php:11
ChQuotesTemplate\parseHtmlByName
parseHtmlByName($sName, $aVars, $mixedKeyWrapperHtml=NULL, $sCheckIn=CH_WSB_TEMPLATE_CHECK_IN_BOTH)
Definition:
ChQuotesTemplate.php:30
ChQuotesTemplate\__construct
__construct(&$oConfig, &$oDb)
Definition:
ChQuotesTemplate.php:18
$sName
$sName
Definition:
ChWsbAdminTools.php:853
Generated by
1.8.20