Welcome Guest, Not a member yet? Register   Sign In
Database Connection
#3

[eluser]cideveloper[/eluser]
I do it this way

Code:
public function __construct() {
    $this->CI =& get_instance();
}

public any_other_function(){
    $this->CI->load->database();
}


This is the way I have seen it done in most other big project using CI


Messages In This Thread
Database Connection - by El Forum - 02-10-2011, 12:41 PM
Database Connection - by El Forum - 02-10-2011, 12:44 PM
Database Connection - by El Forum - 02-10-2011, 01:12 PM
Database Connection - by El Forum - 02-10-2011, 01:18 PM
Database Connection - by El Forum - 02-10-2011, 01:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB