使用DX Auth进行Codeigniter

时间:2010-10-30 20:41:05

标签: codeigniter authentication

是否有人使用DX Auth进行Codeigniter附带示例?

http://dexcell.shinsengumiteam.com/dx_auth/installation/index.html

上安装带有捆绑示例的DX Auth库之后

我添加了一条路线$ route ['auth'] =“auth”;在config / routes.php中,上传了/controllers/auth.php,添加了$ autoload ['libraries'] = array('database','session','xmlrpc','DX_Auth');在/config/autoload.php。

捆绑示例附带子文件夹/ views / auth中的视图。 我试图将register_form.php视图放在/ views和/ views / auth。

输入http://mydomain.com/auth/register后,我会看到一个空白页,就像没有加载视图一样。 非常感谢帮助。

2 个答案:

答案 0 :(得分:3)

我考虑过使用DX Auth一段时间了,但最后我使用Redux Auth代替了灵活性和简单性。

Redux现已过时,但新的Ion Auth基于Redux Auth,对我来说非常适合。

他们也有很好的文档。

答案 1 :(得分:1)

您的PHP错误日志是什么意思?

此外,这是一种切线,但您可能想查看Tank_auth,它是在DX_Auth上构建的,包含一组安全更新/修复。

http://www.konyukhov.com/soft/tank_auth/

相关问题