try to put in the criteria something like
$c->addjoin(columa, columb,Criteria::LeftJoin)

regards...

On 6/14/07, Nicolas CHARLOT <[EMAIL PROTECTED]> wrote:
>
>  Hi all,
>
> When a row isn't translated, I would retrieve the row in the default
> culture.
>
> So, I'm working arround extending doSelectWithI18n() :
> - Retrieve all rows (even without values for user culture) => outer join
> - Scan the $rs() and find rows without translations
> - Retrieve I18n row for default culture
> - Hydrate and merge objects
>
> I'm not sure it's the best pratice. Perhaps does anyone had similar issue
> ?
>
> I've not found how to do an OUTER JOIN with Propel ?
>
> Thanks
>
> --
> Nicolas
>
> >
>


-- 
        - Oriol Mercadé Figueras

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to