CI+dwz后台管理
本帖最后由 xiuluo_0816 于 2014-6-18 14:44 编辑CI codeIgniter 2.14dwz 1.4.4暂有功能:用户管理角色管理权限管理
分享出来为是让大家相互学习,互相讨论,共同进步。可以留言,email :xiuluo_0816@163.com使用说明:1、解压到www目录2、导入 ydr.sql 修改database.php 数据库连接3、后台访问地址http://localhost/ydr/admin
登录:
http://codeigniter.org.cn/forums/data/attachment/album/201406/16/094236xat8qzztcca1zq98.jpg
file:///C:/.Users.Administrator.2013-20140105VV.002.AppData.Roaming.Tencent.Users.690159708.QQ.WinTemp.RichOle.1GHFCP]TJ(I@8F~J)Y%7D80MY.jpg
登录成功显示
http://codeigniter.org.cn/forums/data/attachment/album/201406/16/094500fe37eynbyvbmp2yz.jpg
用户管理
http://codeigniter.org.cn/forums/data/attachment/album/201406/16/094644qb7eu5ueu5b966i6.png
http://codeigniter.org.cn/forums/data/attachment/album/201406/16/094854tdik9bsx4i340did.pnghttp://codeigniter.org.cn/forums/data/attachment/album/201406/16/094927euxm4jlxcjsjjzrs.pnghttp://codeigniter.org.cn/forums/data/attachment/album/201406/16/094720gq9njndcw9w9pj6j.png
http://codeigniter.org.cn/forums/data/attachment/album/201406/16/094801m5g57uphtd7jczy7.png希望大家多提提意见
后台登陆画面一进去,还没输入用户名前就出现下面错误
Warning: include(application/errors/error_php.php) : failed to open stream: No such file or directory in C:\xampp\htdocs\ydr\system\core\Exceptions.php on line 182
Warning: include() : Failed opening 'application/errors/error_php.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\ydr\system\core\Exceptions.php on line 182
Warning: include(application/errors/error_php.php) : failed to open stream: No such file or directory in C:\xampp\htdocs\ydr\system\core\Exceptions.php on line 182
Warning: include() : Failed opening 'application/errors/error_php.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\ydr\system\core\Exceptions.php on line 182
bill0826 发表于 2014-6-19 13:20
出错了
这是因为php5.3中不再支持eregi()函数,而使用preg_match()函数替代。
解决的方法是:将eregi()函数替换成preg_match() 函数。
if(eregi('^test',$file))
可以替换为
if(preg_match('/^test/i',$file))
:D 非常不错。下载来学习。谢谢了。 上一个下载包少一个 dwz.frag.xml 文件,现在添加上了,请重新下载使用。 后台的用户名及密码是多少呀?:'( 出错了
用户名admin
密码asdasd123 界面不错 运行不了,出错了 500错误