Re: [symfony-users] Request for Symfony 2 installation guide

2011-06-21 Thread David Mann
Hi mate, Apc doesnt work with windows on php5.3 Sent from my iPad On Jun 21, 2011, at 5:42 PM, Vaibhav Rajput rajput...@gmail.com wrote: Hi All, currently i m working on symfony 1.4. now plan to learn symfony 2... i already went through some documentation i have downloaded bundles

Re: [symfony-users] [Doctrine2] Delete query + JOIN. (How to translate this SQL query into DQL)

2011-06-17 Thread David Mann
: DELETE p, bp FROM photo p INNER JOIN bedroom_photo bp ON bp.id_photo = p.id INNER JOIN bedroom b ON b.id = bp.id_bedroom WHERE b.id = 1; || |Hope this helps!| | Regards,/ David Mann - Coding Ninja/ On 6/16/2011 2:04 PM, oscar balladares wrote: Hi everybody! This might go