Re: [symfony-users] Join with multiple primary keys

2009-11-23 Thread Gareth McCumskey
$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 ca

[symfony-users] Join with multiple primary keys

2009-11-23 Thread HAUSa
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 user