Nicolas, Again, don't misunderstand me. I am referring to the CRUD generator, not the admin generator. The admin generator does generate old-fashion forms, and that's not bad (considering the number of plugins that use it and that would be obsolete if the admin generator was updated). The bad thing is that the CRUD generator does NOT allow old-fashion form generation, only sfForms.
As for the documentation, the issue I raised in my initial post is that, if the CRUD generator cannot generate old forms, then the First Project Tutorial must not use this feature (as opposed to: explaining sfForms). I think it's a huge step backwards, that's why I suggest to re-add the old-fashion form generating code that has been removed from the CRUD generator, and add an option to this generator to switch the type of forms. The problem is not about who writes the doc, the problem is to have the features to base the doc on. And once again, I think the easyness of the first project tutorial is crucial. François 2008/6/27 Nicolas Perriault <[EMAIL PROTECTED]>: > On Fri, Jun 27, 2008 at 9:23 AM, Francois Zaninotto > <[EMAIL PROTECTED]> wrote: > >> You probably misunderstood the subject. The problem is not that the >> CRUD generator uses the new form system *by default*, it's that it >> uses *only* the new form system. The problem is that you can't >> generate a simple CRUD with form helpers anymore, you have to do it by >> hand. > > François, > > Okay, I missed Dustin's idea by reading his post too quickly, sorry > for that. Anyway, 1.1 is a transition version and forms framework > based admin generator is planned for the 1.2 milestone, which is > targeted for early october. > > In the meanwhile, the 1.0 based admin generator does the job right now > using the sf_compat plugin and old form helpers, but you're certainly > right that having a bit of documentation on that and how the old forms > system works in the 1.1 documentation would be a good idea, though. > > Regarding that, feel free to help us enhancing the documentation if > you can (and want), the community still need (your) help :-) > > ++ > > -- > Nicolas Perriault > http://prendreuncafe.com - http://symfonians.net - http://sensiolabs.com > Phone: +33 660 92 08 76 > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
