I have now :p thanks for that >.>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email
Hi Greg,
Have you looked into the setDistinct() method?
You would add this to your criteria like so:
$c = new Criteria();
$c->setDistinct();
http://propel.phpdb.org/docs/api/current/runtime/propel.util/
Criteria.html#methodsetDistinct
-Scott
On Jul 3, 2007, at 6:30 PM, Greg Freeman wrote: