If you are the adobe Dreamweaver/UltraDev user, you might notice that DW has some ASP/PHP app widget which could generate a series of 'detail pages', 'paginate lines', 'show pages' after you've binded to the database.
These kind of code generation does boost the productivity. You don't need to repeat yourself to make a simple workable management page. Since these code are under your eyes, you could custom anything afterward. I don't like Rails scaffold code-self at all, they wrap the real work of management codes into many blackboxes. Once you have to customize it, you have to rewrite most of codes. But the scaffold's skeleton concept is helpful as you use the Dreamweaver's widgets, it also give you the idea about the basic crud interface. That's why I create the tgcrud http://trac.turbogears.org/browser/projects/tgcrud/trunk tgcrud is a 'no magic' crud interface generator, and the generated codes are fully customizable. It heavily use form widgets and show you many TG 1.0 existed features in it's controllers/templates. If you are an experienced TG developer, you could get it in minutes since it just done the basic procedure that every time you write a management interface of your model. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
