i am planing to set a permission on my event index page, which just allow certain user to view which had set when i add the event. After user click into my event, the event cont
What you're looking for are ACLs (Access Control Lists). There's an AclComponent built into Cake which you should look into. It works together with the AuthComponent, which will hold the user id. It's a little complicated at first, but worth the hassle.