Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->_table_name = 'codes';
     $this->_id_field_name = 'id_code';
     log_message('debug', 'Code_Model Class Initialized');
 }
Exemplo n.º 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'));
 }
 public function __construct()
 {
     parent::__construct();
     $this->_table_name = 'color_schemes';
     $this->_id_field_name = 'id_color_scheme';
 }
Exemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->_table_name = 'dimensions';
     $this->_id_field_name = 'id_dimension';
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->_table_name = 'channels';
     $this->_id_field_name = 'id_channel';
 }
Exemplo n.º 6
0
 public function __construct()
 {
     parent::__construct();
     $this->_table_name = 'sites';
     $this->_id_field_name = 'id_site';
 }