Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/codeigniter/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用DX-Auth实现Codeigniter_Codeigniter_Authentication - Fatal编程技术网

使用DX-Auth实现Codeigniter

使用DX-Auth实现Codeigniter,codeigniter,authentication,Codeigniter,Authentication,有人在Codeigniter bundeled示例中使用过DX Auth吗 在安装了DX Auth库和绑定的示例之后 我添加了一个路由$route['auth']=“auth”;在config/routes.php,upload/controllers/auth.php中,添加$autoload['libraries']=array('database','session','xmlrpc','DX_auth');在/config/autoload.php中 捆绑示例附带子文件夹/views/a

有人在Codeigniter bundeled示例中使用过DX Auth吗

在安装了DX Auth库和绑定的示例之后

我添加了一个路由$route['auth']=“auth”;在config/routes.php,upload/controllers/auth.php中,添加$autoload['libraries']=array('database','session','xmlrpc','DX_auth');在/config/autoload.php中

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

一旦我进入,我会得到一个空白页面,就像没有视图加载一样。
非常感谢您的帮助。

您的PHP错误日志怎么说

此外,这有点相切,但您可能希望查看Tank_auth,它是基于DX_auth构建的,包含一系列安全更新/修复


您的PHP错误日志是怎么写的

此外,这有点相切,但您可能希望查看Tank_auth,它是基于DX_auth构建的,包含一系列安全更新/修复


我考虑过使用DX Auth一段时间,但为了灵活性和简单性,我最终使用了Redux Auth

Redux现在已经过时了,但新版本基于Redux Auth,对我来说非常有用


他们也有很好的文档。

我考虑过使用DX Auth一段时间,但为了灵活性和简单性,我最终使用了Redux Auth

Redux现在已经过时了,但新版本基于Redux Auth,对我来说非常有用


他们也有很好的文档。

hi pigfox,如果您找到了解决方案,请将此标记为已解决或“接受”我的解决方案。谢谢嗨,pigfox,如果你找到了你的解决方案,请将此标记为已解决或“接受”我的解决方案。谢谢谢谢你,我会调查那件事的。谢谢你,我也会调查那件事的