Re: [symfony-users] Doctrine innerJoin doubt

2010-04-26 Thread vivek pandey
I am new for symfony so i just want to know that how to configure it on localhost with xampp.I download it but i am not able to understand how to start with it for new project. I look forward to hearing from you. Thanks in advanced. Started with symfony On Sat, Apr 24, 2010 at 10:06 AM, fRAnKEn

Re: [symfony-users] Doctrine innerJoin doubt

2010-04-24 Thread Tiago Antunes
Hi fRAnKEnSTEin, Have you tried to access with $reservation->getAdultsReserved() ? Regards, Tiago Antunes On Sat, Apr 24, 2010 at 5:36 AM, fRAnKEnSTEin wrote: > Hi, > > 1) I have this DB schema: > > Reservation: > columns: >name: { type: string(255), notnull: true } >

[symfony-users] Doctrine innerJoin doubt

2010-04-23 Thread fRAnKEnSTEin
Hi, 1) I have this DB schema: Reservation: columns: name: { type: string(255), notnull: true } email: { type: string(255), notnull: true } commets:{ type: string(500), notnull: true } ReservationDetail: columns: reserv