Example #1
0
 /**
  * Constructor for this class.
  *
  * @return
  * @param object $db
  */
 public function __construct(&$db)
 {
     parent::__construct('#__komento_captcha', 'id', $db);
 }
Example #2
0
 /**
  * Constructor for this class.
  *
  * @return
  * @param object $this->_db
  */
 public function __construct(&$db)
 {
     parent::__construct('#__komento_configs', 'component', $db);
 }
Example #3
0
 /**
  * Constructor for this class.
  *
  * @return
  * @param object $db
  */
 function __construct(&$db)
 {
     parent::__construct('#__komento_activities', 'id', $db);
 }
Example #4
0
 /**
  * Constructor for this class.
  *
  * @return
  * @param object $db
  */
 function __construct(&$db)
 {
     parent::__construct('#__komento_hashkeys', 'id', $db);
 }
Example #5
0
 public function __construct(&$db)
 {
     parent::__construct('#__komento_subscription', 'id', $db);
 }
Example #6
0
 public function __construct(&$db)
 {
     parent::__construct('#__komento_mailq', 'id', $db);
 }
Example #7
0
 public function __construct(&$db)
 {
     parent::__construct('#__komento_ipfilter', 'id', $db);
 }