コード例 #1
0
ファイル: m_user.php プロジェクト: eLachmad/GaleriModel
 function __construct()
 {
     parent::__construct();
     $this->table_name = "user";
     $this->primary_key = "ID_USER";
     $this->order_by = "ID_USER ASC";
 }
コード例 #2
0
ファイル: m_news_event.php プロジェクト: eLachmad/GaleriModel
 function __construct()
 {
     parent::__construct();
     $this->table_name = "news_event";
     $this->primary_key = "ID_NEWS_EVENT";
     $this->order_by = "ID_NEWS_EVENT ASC";
 }
コード例 #3
0
ファイル: m_model.php プロジェクト: eLachmad/GaleriModel
 function __construct()
 {
     parent::__construct();
     $this->table_name = "model";
     $this->primary_key = "ID_MODEL";
     $this->order_by = "ID_MODEL ASC";
 }