[symfony-users] Helpers and Widgets??

2010-01-07 Thread wueb
Hello, Maybe someone could help me with this problem i'm having. Whats the difference between the form Helpers and the Widgets? Don't they do the same thing? If not, when should we use helpers instead of the widgets? Can someone please explain me better this doubt i have? PS: Another thing i

Re: [symfony-users] Helpers and Widgets??

2010-01-07 Thread Daniel Lohse
Form helper are deprecated and are remainder of symfony 1.0. Form widgets are essentially all your database columns as object-oriented equivalents contained in your form classes. Cheers, Daniel On Jan 7, 2010, at 1:50 PM, wueb wrote: Hello, Maybe someone could help me with this problem