Campustream 1.0
A social network MQP for WPI
|
Data Fields | |
$table_name = 'questiontags' | |
$columns = array('id','question_id', 'tag') | |
$cache_keys = array('questiontag/#' => 'id', 'questiontags/question:#' => 'question_id') | |
$has_one = array('question') | |
$public_columns = array('question_id', 'tag') |
Represents a single tag on a question
Definition at line 6 of file questiontag.php.
$cache_keys = array('questiontag/#' => 'id', 'questiontags/question:#' => 'question_id') |
Definition at line 9 of file questiontag.php.
$columns = array('id','question_id', 'tag') |
Reimplemented from ActiveRecord.
Definition at line 8 of file questiontag.php.
$has_one = array('question') |
Reimplemented from ActiveRecord.
Definition at line 10 of file questiontag.php.
$public_columns = array('question_id', 'tag') |
Definition at line 11 of file questiontag.php.
$table_name = 'questiontags' |
Reimplemented from ActiveRecord.
Definition at line 7 of file questiontag.php.