$c = new Criteria();
$c->addJoin(//etc);
$c->addJoin.....

so and so on. It supports multiple joins, the only canvat is if you are
joining on the same column all the time then it might overwrite.

On Mon, Nov 23, 2009 at 12:09 PM, HAUSa <
jeroen_heeft_behoefte_aan_r...@hotmail.com> wrote:

> How can I set a join table with propel for a i18n table?
> That table has to be joined by the id and culture field, but as far as
> I know the Criteria::addJoin() function only supports just one join
> criteria.
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "symfony users" group.
> To post to this group, send email to symfony-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=.
>
>
>


-- 
Gareth McCumskey
http://garethmccumskey.blogspot.com
twitter: @garethmcc

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=.


Reply via email to