Example #1
0
 function __construct($key = null, $title = null, $value = null)
 {
     parent::__construct('sysvals', 'sysval_id');
     $this->sysval_key_id = $key;
     $this->sysval_title = $title;
     $this->sysval_value = $value;
 }
Example #2
0
 function __construct()
 {
     parent::__construct('links', 'link_id');
 }
Example #3
0
 public function __construct()
 {
     parent::__construct('users', 'user_id');
 }
 public function __construct()
 {
     parent::__construct('contacts', 'contact_id');
 }
Example #5
0
 function __construct()
 {
     parent::__construct('billingcode', 'billingcode_id');
     $this->_module_directory = 'system';
 }