Welcome Guest, Not a member yet? Register   Sign In
no database connection into my custom library
#2

[eluser]jmadsen[/eluser]
not sure why you get the "select()" error, but

Code:
$query = $this -> db -> get();


should be

Code:
$query = $this -> CI -> db -> get();

everything else (except the missing do_hash() function) worked for me


Messages In This Thread
no database connection into my custom library - by El Forum - 07-20-2011, 03:18 AM
no database connection into my custom library - by El Forum - 07-20-2011, 05:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB