yes i got the scaffold part to work achieving the results you have outlined, however i cannot get the other option to work correclty
This is what it says in webbaker: Scaffold (Will use "scaffold" in the controller file and don't create any view file.) Popular (Will create popular CRUD controller codes and view files.) When i use scaffold the views are not created and scaffold correctly recreates the CRUD functions based on my db tables, however when i use the Popular option to create the views it does not create views based on my table but creates the following fields: ID Title Created Modified Actions any idea why this is so? On Jul 23, 12:35 pm, Grant Cox <[EMAIL PROTECTED]> wrote: > I don't know webbaker, but usually scaffold is where the CRUD views > are dynamically generated, so you can modify your models and see > immediate changes in your views (ie associations). And you can "bake" > these into actual files for further modification. > > On Jul 23, 9:26 pm, rtanz <[EMAIL PROTECTED]> wrote: > > > Hi i am using the excellent webbaker program to bake, my question is > > what is the difference between scaffold and popular (CRUD) functions? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
