Newbie confusion about the database docs |
[eluser]xwero[/eluser]
The example says: select all the title columns from the table mytable where the id is $id start from row 10 and limit the result to 20 rows. It's almost plain English. The get method executes the query and returns a object that makes it possible to get the results if the query is returned without errors. By assigning the object to a variable you can use the object to get the result of the query in the way you want. w3schools sql section is basic but gets you up to speed. after reading the tutorials you probably will notice that the AR select method isn't equal to the SELECT sql statement, as the insert and update methods are, but it's a quirk that is easy to understand. |
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
|