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!

Username:
Password:

Members: demo, david
Admin: admin
VIP: doophp

All passwords are 1234

Hi, {{user.username}}! You are a {{user.group}}

All can access these pages:

Members Only:

Admin Only:

Paid VIP Only:

Click on the links to try!

BACK TO TOP