shtao
发表于 2015-8-5 10:21:45
厉害
saintgermain
发表于 2015-9-19 18:20:16
谢谢楼主!
醒著做夢
发表于 2015-9-28 17:21:51
登录验证码js验证了一下,后台为什么还要验证阿?
z123456
发表于 2015-10-8 17:56:59
永远不要相信用户提交的数据,前台不安全
萝卜茄子
发表于 2015-10-20 18:39:44
用ci开发这么庞大的系统,真的好么
lbzyzh
发表于 2015-11-17 09:59:08
楼主数据库呢?
choklongchen
发表于 2015-11-21 20:21:44
不错值得学习的好代码
phpuser
发表于 2015-11-24 15:24:39
下载看了,目录结构布置的太差,应该多学习下thinkphp
liaoAaron
发表于 2016-1-15 03:36:45
要修改什么地方啊? 为什么我的页面全是错误?
求指教
我只是吧databases.php 修改了
$db['default']['password'] = "liaofu";数据库lcn导入后数据也很正常啊
错误提示如下:
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Hooks has a deprecated constructor
Filename: libraries/Hooks.php
Line Number: 30
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Config has a deprecated constructor
Filename: libraries/Config.php
Line Number: 29
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_URI has a deprecated constructor
Filename: libraries/URI.php
Line Number: 29
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Router has a deprecated constructor
Filename: libraries/Router.php
Line Number: 29
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Output has a deprecated constructor
Filename: libraries/Output.php
Line Number: 29
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Input has a deprecated constructor
Filename: libraries/Input.php
Line Number: 29
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Language has a deprecated constructor
Filename: libraries/Language.php
Line Number: 27
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Base has a deprecated constructor
Filename: codeigniter/Base5.php
Line Number: 33
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; Controller has a deprecated constructor
Filename: libraries/Controller.php
Line Number: 30
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Loader has a deprecated constructor
Filename: libraries/Loader.php
Line Number: 29
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_DB_driver has a deprecated constructor
Filename: database/DB_driver.php
Line Number: 31
liaoAaron
发表于 2016-1-15 03:39:49
找到错误了,原来是PHP版本的问题,切换了版本,将mysql改为 mysqli 就可以了,真是奇怪