Welcome Guest, Not a member yet? Register   Sign In
Newbie confusion about the database docs
#14

[eluser]Colin Williams[/eluser]
Well, when you call a method like, $this->db->where('id', 1), the $db object stores the 'where' information of the query in a property of the $db object. You can access it directly with $this->db->_ar_where I believe. It does similar things with other methods (like(), join(), orderby(), etc). When you call the get() method, the $db object uses the pieces of the query it has previously stored to build the SQL query and executes it. It also clears out the info it previous stored (unless you instruct it otherwise). Just look at the code if you're really curious.


Messages In This Thread
Newbie confusion about the database docs - by El Forum - 07-08-2008, 12:33 AM
Newbie confusion about the database docs - by El Forum - 07-08-2008, 01:26 AM
Newbie confusion about the database docs - by El Forum - 07-08-2008, 01:38 AM
Newbie confusion about the database docs - by El Forum - 07-08-2008, 01:46 AM
Newbie confusion about the database docs - by El Forum - 07-08-2008, 01:57 AM
Newbie confusion about the database docs - by El Forum - 07-08-2008, 01:58 AM
Newbie confusion about the database docs - by El Forum - 07-08-2008, 02:36 AM
Newbie confusion about the database docs - by El Forum - 07-08-2008, 02:49 AM
Newbie confusion about the database docs - by El Forum - 07-08-2008, 05:35 PM
Newbie confusion about the database docs - by El Forum - 07-08-2008, 06:51 PM
Newbie confusion about the database docs - by El Forum - 07-08-2008, 06:57 PM
Newbie confusion about the database docs - by El Forum - 07-08-2008, 07:11 PM
Newbie confusion about the database docs - by El Forum - 07-08-2008, 07:30 PM
Newbie confusion about the database docs - by El Forum - 07-08-2008, 07:46 PM
Newbie confusion about the database docs - by El Forum - 07-08-2008, 08:10 PM
Newbie confusion about the database docs - by El Forum - 07-09-2008, 05:28 AM
Newbie confusion about the database docs - by El Forum - 07-09-2008, 06:36 AM
Newbie confusion about the database docs - by El Forum - 07-09-2008, 08:04 AM
Newbie confusion about the database docs - by El Forum - 07-09-2008, 08:10 AM
Newbie confusion about the database docs - by El Forum - 07-09-2008, 12:35 PM
Newbie confusion about the database docs - by El Forum - 07-09-2008, 05:11 PM
Newbie confusion about the database docs - by El Forum - 07-09-2008, 06:30 PM
Newbie confusion about the database docs - by El Forum - 07-09-2008, 06:47 PM
Newbie confusion about the database docs - by El Forum - 07-09-2008, 08:18 PM
Newbie confusion about the database docs - by El Forum - 07-09-2008, 08:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB