Except that what you write in a controller action is only one part of what Cake does with a request, and calling exit() is the quickest way to skip all of that. Setting autoRender to false will stop the view from being rendered, but I'm not sure what else would need to be done to end the whole request cleanly after your controller action has executed.
--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
