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

[eluser]xwero[/eluser]
It's one statement. get, get_where, count_all_results, count_all, insert, update, delete, empty_table and truncate are the action methods. They execute the query, all other methods help to build the sql statement.

Code:
$query = $this->db->select('title')->from('mytable')->where('id', $id)->limit(10, 20)->get();


Internally those other methods store their parameters until an appropriate action method reads the data and empties the storage variables.


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