I did this in my application recently. I created a 'CommonController', defined actions / views for that, and redirected the user to these common pages when applicable.
For instance, I had an edit function for several different models. For a success, I redirect to common/success. Seems to work, at least for what I was doing. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
