Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->setTable('attribute_values');
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->setTable('ci_logs');
 }
Example #3
0
 function __construct()
 {
     parent::__construct();
     $this->setTable('rel_stores_exchange_fair');
 }
Example #4
0
 function __construct()
 {
     parent::__construct();
 }
Example #5
0
 function __construct()
 {
     parent::__construct();
     $this->setTable('appointment');
     $this->table_fields = array('id', 'name', 'phone', 'book_date', 'is_show');
 }
Example #6
0
 function __construct()
 {
     parent::__construct();
     $this->setTable('product');
 }
Example #7
0
 function __construct()
 {
     parent::__construct();
     $this->setTable('user_profiles');
 }
Example #8
0
 function __construct()
 {
     parent::__construct();
     $this->setTable('members_view');
 }