News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes' Blog:
Sorting Relationship Results In Doctrine 1.2
February 05, 2010 @ 10:51:32

Doctrine allows you to set up relationships to link data in various tables together. Unfortunately, those aren't always in the order they need to be in. In a new post to his blog Chris Hartjes shows you how to sort these relationship results just by adding a simple line to your request.

I started digging around via search engine. Took me about an hour to find the solution. First, it took me half the time to dive deep enough to find out WHERE I can define the default sort order. Surprisingly, it was in an area that made total sense but I could not find before.

You can see an example of it in the "hasMany" call in his code snippet - the addition of the "orderBy" option and the value showing the sorting order. Here's the StackOverflow page that gave him the answer he needed.

0 comments voice your opinion now!
relationship doctrine sort tutorial orderby


blog comments powered by Disqus

Similar Posts

The Bakery: Eight New Items (Components, Tutorials & Helpers)

PHP-Learn-It.com: Cooking Cookies with PHP

DevShed: Retrieving Information on Several Objects with Destructors in PHP 5

PHPFreaks.com: Basic Pagination

DevShed: Using Directory Iterators and MySQL with Adapter Objects with PHP


Community Events









Don't see your event here?
Let us know!


framework introduction tool composer object interview example testing opinion event community zendframework2 api podcast code release functional language unittest development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework