标签: php html sql codeigniter
我在CodeIgniter项目中收到错误。
PHP Fatal error: Call to a member function result() on boolean in /apps/config/routes.php on line 6
这是代码:
require_once( BASEPATH . 'database/DB.php' ); $db =& DB(); $result = $db->get( 'options' )->result();