The view files for 1.2 Bake are definitely a step in the right direction. Other enhancements to bake, which might make it more useful are:
- pagination with next/previous, and page number links - column sorting - filtering by column criteria - flash success/error messages at the completion of each operation - breadcrumb trail - configurability - configure the type of tag (dropdown, checkbox, radiobox, etc.) for each field, where to get the options from, whether you want a column or not, whether you want column sorting, pagination, filtering, or not, etc. The above enhancements, together with the 1.2 view templates, would create a bake utility which I think would save an order of magnitude on development, and would be scalable for the larger models which arequire some form of filtering. (eg. if you have 100,000 orders in the Order model, you have no use for an "index" view with pagination - there will still be 1,000 pages to page through to get to your order. You need a search/filtering step first in the admin flow). fyi - the MasterBake and Decorate utilities on cakeForge for 1.1 do make an attempt to fill this gap, but last I looked the generated code seemed a bit hairy, and the filtering was buggy. Might be worth a relook, though, perhaps can be fixed up a bit to suit. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
