[symfony-users] Re: Some doubts

2010-04-13 Thread fRAnKEnSTEin
Hi, Thank you very much Dennis Benkert and Peter Petrik help me alot! 1- About the debbuging app i already installed xdebug on my system, but rather than use that with an IDE like netbeans or eclipse, i just one to print the value of some variable in the screen. Just as simple as that, for exampl

[symfony-users] Re: Some doubts

2010-04-13 Thread fRAnKEnSTEin
yeah! everything works! thanks Gareth McCumskey and the others ;) -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group,

Re: [symfony-users] Re: Some doubts

2010-04-13 Thread Gareth McCumskey
On Tue, Apr 13, 2010 at 9:35 AM, fRAnKEnSTEin wrote: > Hi, > > Thank you very much Dennis Benkert and Peter Petrik help me alot! > > 1- About the debbuging app i already installed xdebug on my system, > but rather than use that with an IDE like netbeans or eclipse, i just > one to print the value

Re: [symfony-users] Re: Some doubts

2010-04-13 Thread Gareth McCumskey
Oh and the accessing the form values from contact[%s] ... the point of the forms framework is that you shouldn't have to acess them directly with getParameter() as those values are still unvalidated: $form_object = new FormObject(); $form_object->bind($request->getParameter('contact')); if ($form