Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] library question so simple/noob you'll be proud to answer me ...
#2

[eluser]Seppo[/eluser]
CI does not attach the db object to all libraries... you should use
Code:
$CI =& get_instance();
        if ($CI->db->table_exists($table))


Messages In This Thread
[SOLVED] library question so simple/noob you'll be proud to answer me ... - by El Forum - 06-28-2008, 12:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB