Propel Complex ON Clause
April 3rd, 2008
| Tags:
It’s always nice when you are trying to figure out how to do something and the internet provides.
I’ve been working on a new project “Ymir” for almost a year now and have just started the development path toward the 0.6 release which needs to include some complex searches. And I was not finding an easy way with Propel to join a couple tables that needed to be limited very specifically to simplify the search output. What I needed was to be able to perform a LEFT JOIN with multiple clauses. The second result that I clicked on a google search (it was #8 or #9) was a post from a year and a half a go on how to modify Propel to take complex ON clauses.
Leave a comment
