Welcome Guest, Not a member yet? Register   Sign In
DB not loading in MY_Model 2.0
#2

[eluser]InsiteFX[/eluser]
Hummm, maybe the CI Super Object!
Code:
private $CI;

public function __construct()
{
    parent::__construct();

    $this->CI =& get_instance();
}

$query = $this->CI->db->method();

InsiteFX


Messages In This Thread
DB not loading in MY_Model 2.0 - by El Forum - 04-12-2011, 05:05 PM
DB not loading in MY_Model 2.0 - by El Forum - 04-13-2011, 07:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB