Example #1
0
	function Mledger()

	{

		parent::Model();

	}
Example #2
0
 function contactsmodel()
 {
     parent::Model();
     //FreakAuth_light table prefix
     $this->_prefix = $this->config->item('SMS_table_prefix');
     $this->_table = $this->_prefix . 'contacts';
 }
Example #3
0
 function Groups()
 {
     parent::Model();
     // Other stuff
     $this->_prefix = $this->config->item('CL_table_prefix');
     $this->_table = $this->_prefix . 'groups';
 }
 /**
  * Constructor
  *
  * @return Install object
  */
 public function Geomap_install_model()
 {
     parent::Model();
     $this->CI =& get_instance();
     //// load langs
     $this->CI->load->model("Install_model");
 }
Example #5
0
 /**
  * initialises the class inheriting the methods of the class Model 
  *
  * @return Usermodel
  */
 function Userprofile()
 {
     parent::Model();
     //FreakAuth_light table prefix
     $this->_prefix = $this->config->item('FAL_table_prefix');
     $this->_table = $this->_prefix . 'user_profile';
 }
Example #6
0
	function Mdoctors()

	{

		parent::Model();

	}
Example #7
0
 function Remember_me()
 {
     parent::Model();
     $this->obj =& get_instance();
     $this->obj->load->helper(array('cookie', 'date', 'security', 'string'));
     $this->prefix = $this->obj->db->dbprefix;
 }
Example #8
0
 function __construct()
 {
     parent::Model();
     $ci =& get_instance();
     $this->twilio = new TwilioRestClient($this->twilio_sid, $this->twilio_token, $this->twilio_endpoint);
     $this->cache_key = $this->twilio_sid . '_calls';
 }
	function Mlens_treatments()

	{

		parent::Model();

	}
Example #10
0
 function MY_Model($table = null)
 {
     parent::Model();
     if ($table) {
         $this->set_table($table);
     }
 }
Example #11
0
 function __construct()
 {
     parent::Model();
     $this->references = array();
     $this->limit = 30;
     $this->use_limit = false;
 }
Example #12
0
	function Mlenses()

	{

		parent::Model();

	}
Example #13
0
 /**
  * Constructor
  *
  * @return
  */
 function __construct()
 {
     parent::Model();
     $this->CI =& get_instance();
     $this->DB =& $this->CI->db;
     $this->get_default_driver();
 }
Example #14
0
	function Minventory()

	{

		parent::Model();

	}
 function Social_networking_install_model()
 {
     parent::Model();
     $this->CI =& get_instance();
     //// load langs
     $this->CI->load->model('Install_model');
 }
Example #16
0
 function Base_model()
 {
     parent::Model();
     // Create empty function array
     $this->_TABLES = array();
     log_message('debug', 'BackendPro : Base_model class loaded');
 }
 function __construct()
 {
     parent::Model();
     $this->CI =& get_instance();
     $this->DB =& $this->CI->db;
     $this->DB->memcache_tables(array(SUBSCRIPTIONS_TYPES_TABLE));
 }
Example #18
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::Model();
     $this->CI =& get_instance();
     $this->DB =& $this->CI->db;
     $this->DB->memcache_tables(array(TABLE_BANNERS_GROUPS, TABLE_BANNERS_PAGES, TABLE_BANNERS_MODULES, TABLE_BANNERS_PLACE_GROUP));
 }
Example #19
0
 function Rss_model()
 {
     parent::Model();
     $this->tb_produk = 'produk';
     $this->tb_gbr = 'gambar';
     $this->tb_kvendor = 'kode_vendor';
 }
Example #20
0
 public function __construct()
 {
     parent::Model();
     $this->CI =& get_instance();
     $this->DB =& $this->CI->db;
     $this->fields_str = implode(', ', $this->fields);
 }
Example #21
0
 function __construct()
 {
     parent::Model();
     $this->CI =& get_instance();
     $this->CI->load->model(array('fatsecret/fsprofile'));
     $this->error = false;
 }
Example #22
0
 function __construct()
 {
     parent::Model();
     $plugin_db_tables = array();
     $plugin_db_tables['rss_grabber_plugin_feeds'] = TABLE_PREFIX . "rss_grabber_plugin_feeds";
     $this->db_tables = $plugin_db_tables;
 }
 function __construct()
 {
     parent::Model();
     $this->CI =& get_instance();
     //// load langs
     $this->CI->load->model('Install_model');
 }
 /**
  * Constructor
  *
  * @return users object
  */
 function Users_payments_model()
 {
     parent::Model();
     $this->CI =& get_instance();
     $this->DB =& $this->CI->db;
     $this->CI->load->model('Users_model');
 }
Example #25
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::Model();
     $this->CI =& get_instance();
     $this->DB =& $this->CI->db;
     $this->CI->load->model('banners/models/Banner_group_model');
 }
Example #26
0
 function User_Ban()
 {
     parent::Model();
     // Other stuff
     $this->_prefix = $this->config->item('CL_table_prefix');
     $this->_table = $this->_prefix . 'user_ban';
 }
Example #27
0
 function __construct()
 {
     parent::Model();
     $this->asteriskDB = $this->load->database('dialerdb', TRUE);
     $this->goautodialDB = $this->load->database('goautodialdb', TRUE);
     $this->lang->load("goUser_spanish", "spanish");
 }
Example #28
0
 function __construct()
 {
     parent::Model();
     $this->goautodialDB = $this->load->database('goautodialdb', true);
     $this->asteriskDB = $this->load->database('dialerdb', true);
     #$this->a2billingDB = $this->load->database('billingdb', true);
 }
Example #29
0
 function Roles()
 {
     parent::Model();
     // Other stuff
     $this->_prefix = $this->config->item('DX_table_prefix');
     $this->_table = $this->_prefix . $this->config->item('DX_roles_table');
 }
Example #30
0
 function Login_Attempts()
 {
     parent::Model();
     // Other stuff
     $this->_prefix = $this->config->item('DX_table_prefix');
     $this->_table = $this->_prefix . $this->config->item('DX_login_attempts_table');
 }