Exemple #1
0
 function __construct()
 {
     // Call the Model constructor
     parent::__construct();
     $this->_table = "area";
     $this->_primary_key = "id";
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'kpi';
     $this->ids_name = array('term_id');
     $this->auto_increment = false;
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'storyboard';
     $this->link_table = 'storyboard_slide';
     $this->link_table2 = 'wordcloud_content';
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'company';
     $this->ids_name = array('entity_id');
     $this->auto_increment = false;
 }
Exemple #5
0
 function __construct()
 {
     // Call the Model constructor
     parent::__construct();
     $this->_table = "users";
     $this->_primary_key = "id";
     $this->load->helper("phpmailer_helper");
 }
 function __construct()
 {
     // Call the Model constructor
     parent::__construct();
     $this->_table = "contacts";
     $this->_primary_key = "id";
     $this->load->helper('phpmailer');
 }
 function __construct()
 {
     // Call the Model constructor
     parent::__construct();
     $this->_table = "real_estate";
     $this->_primary_key = "id";
     $this->load->helper("upload_helper");
 }
 function __construct()
 {
     // Call the Model constructor
     parent::__construct();
     $this->load->model("Categories_model");
     $this->load->model('District_model');
     $this->load->model('Area_model');
     $this->load->model('Price_model');
     $this->load->model('Configs_model');
     $this->load->helper('cookie');
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'private_company';
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'circle';
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'list_companies';
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'user';
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'indicator';
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'view_card';
 }
 function __construct()
 {
     parent::__construct();
     $this->db = $this->load->database('ifp_db', TRUE);
     // <-- Please Modified This : ifp_db,ifb_db,ifc_db
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'card_kpi';
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'dataset';
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'reporting_periods';
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'user_circle';
     $this->ids_name = array('card', 'circle');
 }
 function __construct()
 {
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'sync';
     $this->ids_name = array('type');
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'card_of_the_day';
 }
 public function __construct()
 {
     parent::__construct();
     $this->table = 'user_company';
     $this->ids_name = array('user', 'company');
 }