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
member_subscriptions.php
Go to the documentation of this file.
1
<?
php
2
8
require_once(
'inc/header.inc.php'
);
9
require_once( CH_DIRECTORY_PATH_INC .
'design.inc.php'
);
10
11
ch_import
(
'ChWsbSubscription'
);
12
13
check_logged
();
14
$oSubscription
=
ChWsbSubscription::getInstance
();
15
16
// --------------- page components
17
$iIndex
= 0;
18
19
$_page
= array(
20
'css_name'
=>
''
,
21
'header'
=>
_t
(
'_sys_pcpt_my_subscriptions'
),
22
'header_text'
=>
_t
(
'_sys_bcpt_my_subscriptions'
),
23
'name_index'
=>
$iIndex
24
);
25
$_page_cont
[
$iIndex
][
'page_main_code'
] =
$oSubscription
->getMySubscriptions();
26
27
// --------------- [END] page components
28
29
PageCode
();
30
// --------------- page components functions
$iIndex
$iIndex
Definition:
member_subscriptions.php:17
$_page_cont
$_page_cont[$iIndex]['page_main_code']
Definition:
member_subscriptions.php:25
check_logged
check_logged()
Definition:
admin.inc.php:238
ch_import
ch_import($sClassName, $aModule=array())
Definition:
utils.inc.php:1218
php
ChWsbSubscription\getInstance
static getInstance()
Definition:
ChWsbSubscription.php:67
$oSubscription
$oSubscription
Definition:
member_subscriptions.php:14
$_page
$_page
Definition:
member_subscriptions.php:19
_t
_t($key, $arg0="", $arg1="", $arg2="")
Definition:
languages.inc.php:509
PageCode
PageCode($oTemplate=null)
Definition:
design.inc.php:91
Generated by
1.8.20