It depends. Are you checking to see if the current user actually owns the item in question, or if the current user has a certain specific level of permissions (i.e. "administrator" access)?
If the former, do it in ItemsController (or UserController), if the latter, do it in AppController. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
