Exemple #1
0
 function __construct()
 {
     $this->pk = 'locationID';
     parent::__construct();
     $this->setFilter();
     $this->setLimit();
 }
Exemple #2
0
 function __construct()
 {
     $this->pk = 'emailID';
     parent::__construct();
     $this->attachmentPath = realpath(BASEPATH . '../artwork') . '/';
 }
Exemple #3
0
 function __construct()
 {
     $this->pk = 'supplierMetaID';
     parent::__construct();
 }
Exemple #4
0
 function __construct()
 {
     $this->pk = 'cartID';
     parent::__construct();
 }
Exemple #5
0
 function __construct()
 {
     $this->pk = 'orderProductID';
     parent::__construct();
 }
Exemple #6
0
 function __construct()
 {
     $this->pk = 'userPrefID';
     parent::__construct();
 }
Exemple #7
0
 function __construct()
 {
     $this->pk = 'supplierAddressID';
     parent::__construct();
 }
Exemple #8
0
 function __construct()
 {
     $this->pk = 'clientMetaID';
     parent::__construct();
 }
Exemple #9
0
 function __construct()
 {
     $this->pk = 'supplierFreightID';
     parent::__construct();
 }
Exemple #10
0
 function __construct()
 {
     $this->pk = 'clientContactID';
     parent::__construct();
     $this->adminGroup = 32;
 }
Exemple #11
0
 function __construct()
 {
     $this->pk = 'permissionID';
     parent::__construct();
 }
Exemple #12
0
 function __construct()
 {
     $this->pk = 'clientAddressID';
     parent::__construct();
 }
Exemple #13
0
 function __construct()
 {
     $this->pk = 'chargeoutID';
     parent::__construct();
 }
Exemple #14
0
 function __construct()
 {
     $this->pk = 'userID';
     parent::__construct();
     $this->active = 1;
 }