Exemplo n.º 1
0
	function Mledger()

	{

		parent::Model();

	}
Exemplo n.º 2
0
 function contactsmodel()
 {
     parent::Model();
     //FreakAuth_light table prefix
     $this->_prefix = $this->config->item('SMS_table_prefix');
     $this->_table = $this->_prefix . 'contacts';
 }
Exemplo n.º 3
0
 function Groups()
 {
     parent::Model();
     // Other stuff
     $this->_prefix = $this->config->item('CL_table_prefix');
     $this->_table = $this->_prefix . 'groups';
 }
Exemplo n.º 4
0
 /**
  * Constructor
  *
  * @return Install object
  */
 public function Geomap_install_model()
 {
     parent::Model();
     $this->CI =& get_instance();
     //// load langs
     $this->CI->load->model("Install_model");
 }
Exemplo n.º 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';
 }
Exemplo n.º 6
0
	function Mdoctors()

	{

		parent::Model();

	}
Exemplo n.º 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;
 }
Exemplo n.º 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';
 }
Exemplo n.º 9
0
	function Mlens_treatments()

	{

		parent::Model();

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

	{

		parent::Model();

	}
Exemplo n.º 13
0
 /**
  * Constructor
  *
  * @return
  */
 function __construct()
 {
     parent::Model();
     $this->CI =& get_instance();
     $this->DB =& $this->CI->db;
     $this->get_default_driver();
 }
Exemplo n.º 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');
 }
Exemplo n.º 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));
 }
Exemplo n.º 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));
 }
Exemplo n.º 19
0
 function Rss_model()
 {
     parent::Model();
     $this->tb_produk = 'produk';
     $this->tb_gbr = 'gambar';
     $this->tb_kvendor = 'kode_vendor';
 }
Exemplo n.º 20
0
 public function __construct()
 {
     parent::Model();
     $this->CI =& get_instance();
     $this->DB =& $this->CI->db;
     $this->fields_str = implode(', ', $this->fields);
 }
Exemplo n.º 21
0
 function __construct()
 {
     parent::Model();
     $this->CI =& get_instance();
     $this->CI->load->model(array('fatsecret/fsprofile'));
     $this->error = false;
 }
Exemplo n.º 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;
 }
Exemplo n.º 23
0
 function __construct()
 {
     parent::Model();
     $this->CI =& get_instance();
     //// load langs
     $this->CI->load->model('Install_model');
 }
Exemplo n.º 24
0
 /**
  * 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 26
0
 function User_Ban()
 {
     parent::Model();
     // Other stuff
     $this->_prefix = $this->config->item('CL_table_prefix');
     $this->_table = $this->_prefix . 'user_ban';
 }
Exemplo n.º 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");
 }
Exemplo n.º 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);
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }