How can I do a join such as :
LEFT JOIN table1 t1 ON t1.foo = t2.bar AND tl.baz = t2.bat
What I’m looking for is the syntax for adding a second join constraint to the leftJoin() method using Zend_Db_Select in the Zend Framework.
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try this