Cheetah
ChNewsPageMain.php
Go to the documentation of this file.
1 <?php
2 
8 ch_import('ChWsbTextPageMain');
9 
11 {
12  function __construct(&$oObject)
13  {
14  parent::__construct('news_home', $oObject);
15  }
16 }
ch_import
ch_import($sClassName, $aModule=array())
Definition: utils.inc.php:1218
php
ChNewsPageMain\__construct
__construct(&$oObject)
Definition: ChNewsPageMain.php:12
ChNewsPageMain
Definition: ChNewsPageMain.php:11
ChWsbTextPageMain
Definition: ChWsbTextPageMain.php:11