Welcome to ACL Demo Home
Here you can test and learn how to use Access Control List feature in DooPHP. You can use it along with your own authentication methods.
ACL rules are defined in SITE_PATH/protected/config/acl.conf.php
Below is the skeleton of a social network site:
Welcome to My SNS!
Members: demo, david
Admin: admin
VIP: doophp
All passwords are 1234
All can access these pages:
Members Only:
Admin Only:
Paid VIP Only:
BACK TO TOP