Welcome Guest, Not a member yet? Register   Sign In
Using the Active Record library as a standalone
#14

[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. Smile


Messages In This Thread
Using the Active Record library as a standalone - by El Forum - 01-02-2009, 08:53 AM
Using the Active Record library as a standalone - by El Forum - 01-02-2009, 09:03 AM
Using the Active Record library as a standalone - by El Forum - 01-02-2009, 09:26 AM
Using the Active Record library as a standalone - by El Forum - 01-02-2009, 10:11 AM
Using the Active Record library as a standalone - by El Forum - 01-02-2009, 10:23 AM
Using the Active Record library as a standalone - by El Forum - 01-02-2009, 11:21 AM
Using the Active Record library as a standalone - by El Forum - 01-02-2009, 05:55 PM
Using the Active Record library as a standalone - by El Forum - 01-02-2009, 06:22 PM
Using the Active Record library as a standalone - by El Forum - 01-02-2009, 06:39 PM
Using the Active Record library as a standalone - by El Forum - 01-02-2009, 07:06 PM
Using the Active Record library as a standalone - by El Forum - 01-02-2009, 08:04 PM
Using the Active Record library as a standalone - by El Forum - 01-02-2009, 08:08 PM
Using the Active Record library as a standalone - by El Forum - 01-02-2009, 09:25 PM
Using the Active Record library as a standalone - by El Forum - 01-02-2009, 10:17 PM
Using the Active Record library as a standalone - by El Forum - 01-02-2009, 10:41 PM
Using the Active Record library as a standalone - by El Forum - 06-07-2010, 03:30 PM
Using the Active Record library as a standalone - by El Forum - 03-09-2012, 04:42 PM
Using the Active Record library as a standalone - by El Forum - 01-18-2013, 05:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB