开发者

Permissions system for a CMS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

Improve this question

does anyone know of a good tutorial for how to build a permission开发者_运维问答s and roles system for a CMS?


Permissions

Well, if you want a tutorial there are lots! However, if you want to implement something which will be easy to manage then I suggest you read up about Access control lists. ACL. If your site implements an ACL you will be able to manage permissions for lots of different roles very easily. Heck, just reading about them will be a great tutorial start point.

You can read about the Zend Framework ACL library here:

http://framework.zend.com/manual/en/zend.acl.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜