So I looked into the ACL stuff a little. I was trying to figure out the 'phalcon' way of doing things here. Acl seems to restrict access to certain 'types' of things, not 'instances' of those things. IE, you can define the permission for accessing the "forum categories" controller (mysite.com/categories), but I can't seem to figure out how I would restrict users to certain categories only (ie, guests can access mysite.com/categories/cars, but not mysite.com/categories/SecretAdminPosts).
How would I best go about this?