On Jul 10, 12:23 pm, keymaster <[EMAIL PROTECTED]> wrote: > 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, Well my take 1 at a time: - Bake already adds pagination links doesn't it? Personally, I have 1 paginator element, it is included by all index/searches - rendering the element can be put in the bake view template. - Column sorting is there by default with bake, just leave it in your template. - Filtering, Looking forward to seeing a suggestion/contribution/ blogged solution. There are already solutions/suggestions out there (I know I wrote one generic solution before) - Bake does that already for you - That's real easy for the developer to include either logic based or otherwise. If it´s logic based put it in the bake view template - If you don't like the defaults, change your bake view templates. In any event it's changing only the 'type' parameter for the method input/ inputs - I don' t see a benefit in making that configurable, likely to make configuring bake a pain in the boo-tox. I feel that with bake in it's current state, user created bake templates should be possible and mean that almost exactly what you want to achieve is achievable and sharable/reusable - such that you can build a functional backend out of bake which requires minimal tinkering to get what you want. It's on my personal "after I finish what I'm doing" list to investigate exactly that. hth, AD --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
