Пример #1
0
 public function __construct($table = "", $primaryKey = "")
 {
     parent::__construct("conversation_tags", "conversationId");
 }
Пример #2
0
 /**
  * Class constructor; sets up the base model functions to use the activity table.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct("activity");
 }
Пример #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");
 }
Пример #4
0
 /**
  * Class constructor; sets up the base model functions to use the channel table.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct("channel");
 }
Пример #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");
 }
Пример #7
0
 /**
  * Class constructor; sets up the base model functions to use the conversation table.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct("conversation");
 }
Пример #8
0
 /**
  * Class constructor; sets up the base model functions to use the post table.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct("post");
 }
Пример #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");
 }
Пример #12
0
 public function __construct()
 {
     parent::__construct("page", "pageId");
 }