We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

How can I use a ACL in Phalcon?

Does anyone here have used ACL on Phalcon ? I need help to implement this feature !

In documentation its pretty easy: https://docs.phalcon.io/pl/latest/reference/acl.html

Its just like custom arrays which you can use in objective way etc, also some other things like memory etc, but its pretty easy - in your controller, get user role - and check if this role have access - pretty and simple.