je besoin de quelque chose comme ceci:Itérer Collection Doctrine commandé par un champ
$products = Products::getTable()->find(274);
foreach ($products->Categories->orderBy('title') as $category)
{
echo "{$category->title}<br />";
}
Je sais qu'il est impossible, mais ... Comment puis-je faire quelque chose comme ça, sans créer un Doctrine_Query?
Merci.
votre solution a fonctionné seulement quand je l'ai changé: usort (enfants $, array (_____ CLASS_____, 'compareChildren')) – stoefln