Cheetah
ChAvaTemplate.php
Go to the documentation of this file.
1 <?php
2 
8 ch_import ('ChWsbTwigTemplate');
9 
10 /*
11  * Avatar module View
12  */
14 {
18  function __construct(&$oConfig, &$oDb)
19  {
20  parent::__construct($oConfig, $oDb);
21  $this->_iPageIndex = 500;
22  }
23 }
ChWsbTwigTemplate
Definition: ChWsbTwigTemplate.php:14
ch_import
ch_import($sClassName, $aModule=array())
Definition: utils.inc.php:1218
php
$oDb
global $oDb
Definition: db.inc.php:39
ChAvaTemplate
Definition: ChAvaTemplate.php:14
ChAvaTemplate\__construct
__construct(&$oConfig, &$oDb)
Definition: ChAvaTemplate.php:18