On Jun 27, 2006, at 9:18 PM, Michael Wai wrote:
> > I'm new to CakePHP. When I tried to use scaffold, it works very well. > However, I am a careless man and always click the wrong link. I > eventually click on "delete" link and delete some of my records. I've > changed the following files to make a confirmation before the delete > action taken place: Just so you know - its always a bad idea to change things in the core libraries. It will always come back to haunt you. Because of the object oriented nature or Cake, you can always extend or override the default behavior into something that works better for you. Past that, you can always log tickets into our Trac system at trac.cakephp.org to get things changed for good. Thanks for the good idea - please log an enhancement ticket so we can give it a good look. Thanks, -- J --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
