Okay, couple things here.  First, scaffolding only works with the
default CRUD actions, not the admin ones.  Second, the $scaffold var
has to be defined in the class itself, you can't set it in an action.
Using scaffold bypasses controller actions completely (however, if you
define controller actions with the same names as scaffold actions, they
will override the scaffold actions).


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to