I had a look at the newforms module of Django, and many other 
approaches. This is a nice approach. I found an even better approach in 
FormEncode (also a python library).

I have a symfony plugin that implements something similar.
This will be included in symfony > 1.0. I just need time to polish 
things and to see how to integrate it without breaking too much 
compatibility.

Fabien

Hartym wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to