frijole Posted February 7, 2008 Share Posted February 7, 2008 I am not sure of a strategy for informing the site if a person is logged in, and allowing them access to certain areas if they are. Also, options like commenting becoming visible only once a person is logged in. Also, allowing access only to certain users of certain areas? Does anyone know where I can look for information on this topic? Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted February 7, 2008 Share Posted February 7, 2008 You could use an access control list (ACL). You could implement this yourself or use something which is already made. First result on Google for "php acl" is this. The frameworks Zend Framework and CakePHP has ACL implementations as well. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.