Hello I want to add some ideas about forms there, because for now writing the form views is pretty annoying. Has one of you take a look at django's newforms? If not, but you find that the actual form creation/ validation/repopulation etc... system is far from perfect, read on this documentation: http://www.djangoproject.com/documentation/newforms/
I think their approach is very much unified, making forms reuseable, extendable (oop speaking), and unified (you don't have to create validation files more bunch of code in the view) I tryed to develop some similar stuff in php in a little framework i use on some sites, but the result is far from perfect, though it could be used as a base. I know that won't gonna happen in symfony 1.x, as it would completely break backward compatibility, but the enhancement would be huge. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
