cakephp 1.2 良好的简单身份验证示例
我尝试了 cakephp 1.2 的几个身份验证示例,但没有找到任何完美的代码片段。你能给我推荐一些代码吗? 谢谢
I was trying several authentication samples for cakephp 1.2 but didn't find any flawless piece of code. Can you suggest me some code?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我一直使用 Cookbook 中的示例,它简单、直接且有效。
I've always used the example in the Cookbook, it's simple, straight forward and works.
我过去使用过 DarkAuth (http://bakery.cakephp.org/ articles/view/darkauth-another-way)并发现它的实现非常简单。
I have used DarkAuth in the past (http://bakery.cakephp.org/articles/view/darkauth-another-way) and found it pretty straightforward to implement.