On Apr 23, 4:56 am, shardul <[email protected]> wrote: > Hi all, > > Want to chack weather is it ok to make the changes to > app_controller in cake folder. Does it affect in case of upgrade , is > it consider as a good practice or bad? Is there any other alternative > to this?
Copy the file to your app folder. The same goes for app_model.php and app_helper.php (if desired). Note that they should be in app/ not controllers, models, etc. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
