Esempio n. 1
0
 public function __construct($table = "", $primaryKey = "")
 {
     parent::__construct("conversation_tags", "conversationId");
 }
 /**
  * Class constructor; sets up the base model functions to use the activity table.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct("activity");
 }
Esempio n. 3
0
 /**
  * Class constructor. Sets up the inherited model functions to handle data in the search table
  * (used for logging search activity -> flood control.)
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct("search");
 }
Esempio n. 4
0
 /**
  * Class constructor; sets up the base model functions to use the channel table.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct("channel");
 }
Esempio n. 5
0
 /**
  * Class constructor; sets up the base model functions to use the member table.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct("member");
 }
 public function __construct()
 {
     parent::__construct("reputation");
 }
 /**
  * Class constructor; sets up the base model functions to use the conversation table.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct("conversation");
 }
Esempio n. 8
0
 /**
  * Class constructor; sets up the base model functions to use the post table.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct("post");
 }
Esempio n. 9
0
 /**
  * Class constructor; sets up the base model functions to use the group table.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct("group");
 }
 public function __construct()
 {
     parent::__construct("attachment");
 }
 public function __construct()
 {
     parent::__construct("profile_field", "fieldId");
 }
Esempio n. 12
0
 public function __construct()
 {
     parent::__construct("page", "pageId");
 }