XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
XOOPS 2.5.6
Todo List
Deprecated List
Classes
Files
File List
L:
0xoops
xoops-2.5.6
htdocs
class
Frameworks
include
install
kernel
language
modules
pm
profile
protector
system
admin
blocks
class
thumbs
avatar.php
banner.php
bannerclient.php
bannerfinish.php
block.php
blocklinkmodule.php
breadcrumb.php
cookie.php
cpanel.php
group.php
gui.php
maintenance.php
menu.php
smilies.php
userrank.php
users.php
include
language
preloads
themes
admin.php
constants.php
header.php
help.php
menu.php
xoops_version.php
themes
xoops_data
xoops_lib
admin.php
backend.php
banners.php
browse.php
edituser.php
footer.php
header.php
image.php
imagemanager.php
index.php
lostpass.php
mainfile.dist.php
mainfile.php
misc.php
notifications.php
pda.php
pmlite.php
readpmsg.php
register.php
search.php
user.php
userinfo.php
viewpmsg.php
xmlrpc.php
File Members
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
bannerfinish.php
Go to the documentation of this file.
1
<?php
2
/*
3
You may not change or alter any portion of this comment or credits
4
of supporting developers from this source code or any supporting source code
5
which is considered copyrighted (c) material of the original comment or credit authors.
6
7
This program is distributed in the hope that it will be useful,
8
but WITHOUT ANY WARRANTY; without even the implied warranty of
9
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
*/
11
20
defined(
'XOOPS_ROOT_PATH'
) or die('XOOPS root path not defined');
21
28
class
SystemBannerFinish
extends
XoopsObject
29
{
30
function
__construct()
31
{
32
parent::__construct();
33
$this->initVar(
'bid'
,
XOBJ_DTYPE_INT
, null,
false
, 5 );
34
$this->initVar(
'cid'
,
XOBJ_DTYPE_INT
, null,
false
, 5 );
35
$this->initVar(
'impressions'
,
XOBJ_DTYPE_INT
, null,
false
, 8 );
36
$this->initVar(
'clicks'
,
XOBJ_DTYPE_INT
, null,
false
, 8 );
37
$this->initVar(
'datestart'
,
XOBJ_DTYPE_INT
, null,
false
, 10 );
38
$this->initVar(
'dateend'
,
XOBJ_DTYPE_INT
, null,
false
, 10 );
39
}
40
41
}
42
53
class
SystemBannerfinishHandler
extends
XoopsPersistableObjectHandler
54
{
55
56
function
__construct
(
$db
)
57
{
58
parent::__construct(
$db
,
'bannerfinish'
,
'SystemBannerFinish'
,
'bid'
,
'cid'
);
59
}
60
61
}
62
63
?>
L:
0xoops
xoops-2.5.6
htdocs
modules
system
class
bannerfinish.php
Generated on Fri May 10 2013 01:04:28 for XOOPS 2.5.6 by
1.8.3.1