php - setting up ACL permissions from shell or code? CAKEPHP -
php - setting up ACL permissions from shell or code? CAKEPHP -
i'm new cake , i'm trying implement simple acl controlled application tutorial cakephp.
i have reached setting permissions part, i'm not sure how meant implement permissions, have 3 groups (admin, responder , volunteer).
i noticed on video's , other tutorials people using controller implement access command lists, think meant cake 1.3.
if help me know how supposed implement acl (shell or controller) , show me example's great.
thanks
the acl shell allow handle acl related, although requires familiarization acl in general before hang of it. personally, prefer embed acl administration within applications using acl plugin. way can handled web-based within app people in administrators aro (or more if you'd like).
i have been using alaxos acl plugin in of projects , works charm. documentation on how set on site well.
php cakephp acl cakephp-2.3
Comments
Post a Comment