Campustream 1.0
A social network MQP for WPI
|
Public Member Functions | |
load_event () | |
Data Fields | |
$table_name = 'eventmeta' | |
$columns = array('id', 'event_id', 'location', 'location_area', 'start_date', 'end_date', 'all_day') | |
$cache_keys = array( 'eventmeta/#' => 'id', 'eventmeta/event:#' => 'event_id' ) | |
$has_many = array() | |
$has_one = array('event') | |
$public_columns = array('id', 'event_id', 'location', 'location_area', 'start_date', 'end_date', 'all_day') |
Metadata describing an Event
Definition at line 6 of file eventmeta.php.
load_event | ( | ) |
Load the event that this metadata is related to
Definition at line 17 of file eventmeta.php.
$cache_keys = array( 'eventmeta/#' => 'id', 'eventmeta/event:#' => 'event_id' ) |
Definition at line 9 of file eventmeta.php.
$columns = array('id', 'event_id', 'location', 'location_area', 'start_date', 'end_date', 'all_day') |
Reimplemented from ActiveRecord.
Definition at line 8 of file eventmeta.php.
$has_many = array() |
Reimplemented from ActiveRecord.
Definition at line 10 of file eventmeta.php.
$has_one = array('event') |
Reimplemented from ActiveRecord.
Definition at line 11 of file eventmeta.php.
$public_columns = array('id', 'event_id', 'location', 'location_area', 'start_date', 'end_date', 'all_day') |
Definition at line 12 of file eventmeta.php.
$table_name = 'eventmeta' |
Reimplemented from ActiveRecord.
Definition at line 7 of file eventmeta.php.