Cheetah
modules
cheetah
videos
classes
ChVideosCalendar.php
Go to the documentation of this file.
1
<?
php
2
8
ch_import
(
'ChWsbFilesCalendar'
);
9
10
class
ChVideosCalendar
extends
ChWsbFilesCalendar
11
{
12
function
__construct
(
$iYear
,
$iMonth
, &
$oDb
, &$oTemplate, &$oConfig)
13
{
14
parent::__construct(
$iYear
,
$iMonth
,
$oDb
, $oTemplate, $oConfig);
15
}
16
}
ChWsbCalendar\$iMonth
$iMonth
Definition:
ChWsbCalendar.php:50
ChVideosCalendar
Definition:
ChVideosCalendar.php:11
ch_import
ch_import($sClassName, $aModule=array())
Definition:
utils.inc.php:1218
php
$oDb
global $oDb
Definition:
db.inc.php:39
ChWsbFilesCalendar
Definition:
ChWsbFilesCalendar.php:11
ChWsbCalendar\$iYear
$iYear
Definition:
ChWsbCalendar.php:50
ChVideosCalendar\__construct
__construct($iYear, $iMonth, &$oDb, &$oTemplate, &$oConfig)
Definition:
ChVideosCalendar.php:12
Generated by
1.8.20