Rumah  >  Artikel  >  php教程  >  codeigniter数据库错误信息获取

codeigniter数据库错误信息获取

WBOY
WBOYasal
2016-06-06 20:08:221712semak imbas

db_debug TRUE/FALSE (boolean) Whether database errors should be displayed. 需要设置db_debug = false Yes, this is the mysql_error wrapper.$this-db-_error_message;And the mysql_errno wrapper is:$this-db-_error_number; via: http://stackoverfl

db_debug – TRUE/FALSE (boolean) – Whether database errors should be displayed.
需要设置db_debug = false

Yes, this is the mysql_error() wrapper.
$this->db->_error_message();
And the mysql_errno wrapper is:
$this->db->_error_number();

via:

http://stackoverflow.com/questions/3234564/under-codeigniter-is-it-possible-to-see-mysql-error

Kenyataan:
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn