Autogenerating forms from Doctrine models
Monday, June 2nd, 2008In a previous post I mentioned how Django's model forms are awesome. I really like the idea of being able to generate forms automatically from models - I mean the models already should contain most of the data you'd need: the fields, field types and how they will be stored. Since ...
