Thread: Simple query
View Single Post
  #1 (permalink)  
Old 07-09-2008, 12:38 PM
JGD JGD is offline
Junior Member
 
Join Date: Jul 2008
Posts: 9
Default Simple query

When passing a variable to a query I do:

->order($item);

which returns values sorted by the item column.

I would also like to sort the returned value in descending order. When I do:

->order($item,desc);

it doesn't work. This is most likely very simple but I'm not getting very far with it
Reply With Quote