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

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

Detailed Description

Represents a single tag on a question

Definition at line 6 of file questiontag.php.


Field Documentation

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


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