Small question: how do I order a result when I'm using populateRelation:
$object->populateRelation('OtherObject');
Thanks!
You can either issue a separate query, or create your own sort algorithm outside Propel with the php function "usort". The "populateRelation" method is used only when sort order does not matter.