请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

Call to a member function where() on string

class AdminModel extends Model {

   private $_db = '';
   public function _construct() {
       $this->_db = M('admin');
   }
   public function getAdminByUsername($username) {
       $ret = $this->_db->where('username="'.$username.'"')->find();  //说这行有问题,跟视频一样啊
       return $ret;
   }
}

是不是thinkphp没连接到mysql数据啊,报的这个错误


正在回答 回答被采纳积分+3

2回答

singwa 2017-04-17 17:05:07

您的construct写错了

0 回复 有任何疑惑可以回复我~
singwa 2017-04-17 17:04:49

_construct  修改为 __construct

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信