CMS
Version 3.9
time_zone.inc
Go to the documentation of this file.
1
<?php
8
class
TimeZone
extends
DataItem
9
{
10
var
$fields
= array(
11
"time_zone_id"
=> Number,
12
"time_zone_name"
=> String,
13
"standard_offset"
=> Number,
14
"daylight_offset"
=> Number
15
);
16
17
function
TimeZone
()
18
{
19
$this->table =
"time_zone"
;
20
$this->primary_key =
"time_zone_id"
;
21
22
$this->DataItem(func_get_args());
23
}
24
}?>
TimeZone
Definition:
time_zone.inc:9
TimeZone\$fields
$fields
Definition:
time_zone.inc:10
TimeZone\TimeZone
TimeZone()
Definition:
time_zone.inc:17
code
cms.sonjara.com
cms
components
calendar
datamodel
time_zone.inc
Generated on Tue Mar 23 2021 15:36:12 for CMS by
1.9.1