You can manually override the scaffolding by creating your own custom
actions(update, delete etc) within the controller. You can bake these
actions or you manually add them yourself. You will also be required
to bake or manually create the views ,if you are overriding the
dynamic scaffolding. I would never use dynamic scaffolding in a
production environment. I don't use it in a dev environment - I bake
everything.

On Mar 21, 5:46 am, Johnny <[email protected]> wrote:
> Scaffold is not supposed to be used in production environments.
> Use bake instead to physically create the model,view and controller
> files and edit those according to your needs.
>
> On Mar 20, 5:54 pm, Alejandro Weintz Aguilar
>
> <[email protected]> wrote:
> > Hello, I am build a large proyect catalogs of product, like the scaffold
> > feautures of Cake but need on UPDATE action to update a
> > delete(varchar(1) field on the database not to delete the record. Also
> > when it querys the record list to show all the record but the one with
> > the delete field set to 1.
>
> > The question is can I redefine scaffold functions?
>
> > ty.
> > --
> > ----------------------------------------------------
> > PixelEstudios.com
> > Alejandro Weintz Aguilar.
> > Tel: (506)25920328
> > [email protected]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to