ASP.NET Membership API Equivalent for PHP
Are there an开发者_运维知识库y good schemas/models for roles and membership for PHP/MySQL, apart from rolling a custom one? I like the way ASP.NET's membership and roles work and was wondering of there was an equivalent in PHP.
You might want to look at PEAR's LiveUser package.
精彩评论