CodeIgniter 2.1.0 中的用户管理
Possible Duplicate:
How should I choose an authentication library for CodeIgniter?
What is the best library for User Registration / Authentication / Management for CodeIgniter 2.1.0?
Thanks!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Tank Auth 和 IonAuth在我看来, 对于上述所有内容都很棒。每个都有自己的优点和缺点。对您来说最值得注意的是文档。 IonAuth 有大量文档,并且自始至终都有很好的评论。 Tank Auth 文档很少,并且自始至终都有很好的评论。我个人更喜欢 IonAuth,并在多个项目中使用过它。如果您需要一些额外的修改以使其更易于使用,请查看这篇文章
Tank Auth and IonAuth are both great for all of the above in my opinion. Each has their own pros and cons. Most notably for you will be the documentation. IonAuth is heavily documented, and well commented throughout. Tank Auth is lightly documented, and is very well commented throughout. I personally prefer IonAuth, and have used it in several projects. If you want some additional modifications to make it even easier to work with, then check out this article here.
在我看来 IonAuth 用于用户注册和身份验证以及 Zend_Acl 用于授权(访问控制列表)。
In my opinion IonAuth for user registration and authentification and Zend_Acl for authorization (Access Control List).
那是你的选择,伙计,如果你采用 ORM 方法,IONAuth 或 TANK 都不够。
在整个项目中选择一个数据库结构,然后决定,如果这意味着自定义身份验证库,那就这样吧......
Thats your choice dude, If you take an ORM approach neither IONAuth nor TANK will suffice.
Choose a database structure throughout your project's then decide, If that means a custom Auth lib, then so be it....