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