Example #1
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $this->setTable('accounts', 'id');
 }
 function __construct()
 {
     parent::__construct();
     $this->setTable('contacts', 'id');
 }
 function __construct()
 {
     parent::__construct();
     $this->setTable('tbl_posts', 'postID');
 }
Example #4
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $this->setTable('invoices', 'id');
 }
Example #5
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $this->setTable('vendors', 'id');
 }
 function __construct()
 {
     parent::__construct();
     $this->setTable('tbl_categories', 'categoryID');
 }
 function __construct()
 {
     parent::__construct();
     $this->setTable('tbl_blogdescriptor', 'id');
 }
 function __construct()
 {
     parent::__construct();
     $this->setTable('tbl_images', 'imageID');
 }
 function __construct()
 {
     parent::__construct();
     $this->setTable('tbl_contactus', 'contactID');
 }
Example #10
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $this->setTable('customers', 'id');
 }
 function __construct()
 {
     parent::__construct();
     $this->setTable('tbl_tags', 'tagID');
 }
 function __construct()
 {
     parent::__construct();
     $this->setTable('tbl_users', 'userID');
 }