コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->_table_name = 'codes';
     $this->_id_field_name = 'id_code';
     log_message('debug', 'Code_Model Class Initialized');
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->_table_name = 'admin_news';
     $this->_id_field_name = 'id_news';
     $this->set_name('title', __('Title'));
     $this->set_name('status', __('Status'));
     $this->set_name('target', __('To'));
     $this->set_name('publication_date', __('Publication Date'));
     $this->set_name('creation_date', __('Creation Date'));
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->_table_name = 'color_schemes';
     $this->_id_field_name = 'id_color_scheme';
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->_table_name = 'dimensions';
     $this->_id_field_name = 'id_dimension';
 }
コード例 #5
0
ファイル: channel.php プロジェクト: sabril-2t/Open-Ad-Server
 public function __construct()
 {
     parent::__construct();
     $this->_table_name = 'channels';
     $this->_id_field_name = 'id_channel';
 }
コード例 #6
0
ファイル: site.php プロジェクト: sabril-2t/Open-Ad-Server
 public function __construct()
 {
     parent::__construct();
     $this->_table_name = 'sites';
     $this->_id_field_name = 'id_site';
 }