Baking your controllers for the admin section would be the best solution.

You will get the main funcitonality of scaffolds which can then be customized to create a proper admin interface and change over time.

Even if it worked, if you rely on scaffolding for any part of your site that is not temporary, the next release of Cake could produce slightly different scaffolding which completely breaks what you were relying on for the admin interface

There is a reason not to rely on scaffolding for anything other than initial development.

On 7/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Hey guys,

I've done a search and can't seem to find anything concrete on how to
get the scaffolding working for models when using the CAKE_ADMIN
setting.

I've seen https://trac.cakephp.org/ticket/327 and phpNut, I take your
point about scaffolding not being suitable for production but in some
instances, it would be really handy.

So, if this is not possible, should I use the bake.php script and
create the everything that way?

Sorry, I'm still just learning about everything and I'm still sussing
out best practices.

Best Regards,
Ryno



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to