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
Also, for a simple approach, have a look at the model and controller settings of AuthComponent::authorize. This allows you to define an isAuthorized() method in your controller or model (your choice) which will store logic that determines access (should return true if access allowed and false if denied).