Esempio n. 1
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = "user";
     $this->primary_key = "ID_USER";
     $this->order_by = "ID_USER ASC";
 }
Esempio n. 2
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = "news_event";
     $this->primary_key = "ID_NEWS_EVENT";
     $this->order_by = "ID_NEWS_EVENT ASC";
 }
Esempio n. 3
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = "model";
     $this->primary_key = "ID_MODEL";
     $this->order_by = "ID_MODEL ASC";
 }