View Single Post
  #2 (permalink)  
Old 10-04-2007, 06:05 PM
Jhorra Jhorra is offline
Member
 
Join Date: Jun 2007
Posts: 33
Default

Well, you could store everything in a database, but you will need to store all your rules in there as well, then populate your ACL class each page load.

For my site, I have 5 or so user types, and decided to simply keep them loaded in the class itself. I may go back sometime and put them all in the database, but if you do that you need to build an admin page to modify your permissions.
Reply With Quote