Campustream 1.0
A social network MQP for WPI
Eventmeta_Model Class Reference
Inheritance diagram for Eventmeta_Model:
ActiveRecord

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')

Detailed Description

Metadata describing an Event

Definition at line 6 of file eventmeta.php.


Member Function Documentation

load_event ( )

Load the event that this metadata is related to

Definition at line 17 of file eventmeta.php.


Field Documentation

$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.


The documentation for this class was generated from the following file: