예제 #1
0
파일: m_locations.php 프로젝트: nqpp/dstore
 function __construct()
 {
     $this->pk = 'locationID';
     parent::__construct();
     $this->setFilter();
     $this->setLimit();
 }
예제 #2
0
파일: m_emails.php 프로젝트: nqpp/dstore
 function __construct()
 {
     $this->pk = 'emailID';
     parent::__construct();
     $this->attachmentPath = realpath(BASEPATH . '../artwork') . '/';
 }
예제 #3
0
 function __construct()
 {
     $this->pk = 'supplierMetaID';
     parent::__construct();
 }
예제 #4
0
파일: m_carts.php 프로젝트: nqpp/dstore
 function __construct()
 {
     $this->pk = 'cartID';
     parent::__construct();
 }
예제 #5
0
 function __construct()
 {
     $this->pk = 'orderProductID';
     parent::__construct();
 }
예제 #6
0
 function __construct()
 {
     $this->pk = 'userPrefID';
     parent::__construct();
 }
예제 #7
0
 function __construct()
 {
     $this->pk = 'supplierAddressID';
     parent::__construct();
 }
예제 #8
0
 function __construct()
 {
     $this->pk = 'clientMetaID';
     parent::__construct();
 }
예제 #9
0
 function __construct()
 {
     $this->pk = 'supplierFreightID';
     parent::__construct();
 }
예제 #10
0
 function __construct()
 {
     $this->pk = 'clientContactID';
     parent::__construct();
     $this->adminGroup = 32;
 }
예제 #11
0
 function __construct()
 {
     $this->pk = 'permissionID';
     parent::__construct();
 }
예제 #12
0
 function __construct()
 {
     $this->pk = 'clientAddressID';
     parent::__construct();
 }
예제 #13
0
 function __construct()
 {
     $this->pk = 'chargeoutID';
     parent::__construct();
 }
예제 #14
0
파일: m_users.php 프로젝트: nqpp/dstore
 function __construct()
 {
     $this->pk = 'userID';
     parent::__construct();
     $this->active = 1;
 }