Cheetah
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
$
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
modules
cheetah
photos
classes
ChPhotosCalendar.php
Go to the documentation of this file.
1
<?
php
2
8
ch_import
(
'ChWsbFilesCalendar'
);
9
10
class
ChPhotosCalendar
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
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
ChPhotosCalendar\__construct
__construct($iYear, $iMonth, &$oDb, &$oTemplate, &$oConfig)
Definition:
ChPhotosCalendar.php:12
ChPhotosCalendar
Definition:
ChPhotosCalendar.php:11
ChWsbCalendar\$iYear
$iYear
Definition:
ChWsbCalendar.php:50
Generated by
1.8.20