CodeIgniter 中国开发者社区's Archiver
论坛
›
CodeIgniter 问答求助
› $this->load->database('test')空白页[老问题,但依旧解决不了]
Bobby
发表于 2013-11-29 09:09:24
/system/database/drivers/mysql/mysql_driver.php Line 73改成
return @mysql_connect($this->hostname, $this->username, $this->password, TRUE) or die(mysql_error());
看看报什么错误信息。
页:
1
[2]
查看完整版本:
$this->load->database('test')空白页[老问题,但依旧解决不了]