andrewscofield / parse.com-php-library

246 stars 137 forks source link

Fixed bug in find() method #166

Closed jamiechapman closed 9 years ago

jamiechapman commented 9 years ago

If you issue a query without any operands but have orderBy statements, the find() query does not include the "orderBy" fields. This is useful where you want to list all objects within class and order by title.