I'm working on a project that requires one user to have many, say, posts. But, each user can only access his or her own posts. How can I accomplish this type of behavior with CakePHP's ACL component?
Currently, it seems that Cake's ACL is focused on actions and controllers rather than objects.
Any ideas (even switching to a different framework) would be awesome!
Thanks.