[eluser]Frunkie[/eluser]
[quote author="Colin Williams" date="1230974724"]
Code:
$db =& DB();
$db->query();
And not:
Code:
$db = new CI_DB();
$db->query();
DB() is the function that will give you an instance of the class.[/quote]
Hey Colin, thanks. I tried but it is still giving me the same error which is:
"Class 'CI_DB' not found"
Any ideas? I'd really like to use this lib if I can. Besides, it has now become an obsession.