使用execute 报错
这是我的代码
$data=$Model->execute('update tese1 set name="黄瓜" where id=16');
dump ($data);
报错:
Call to a member function execute() on a non-object
query函数是可以调用的
这是我的代码
$data=$Model->execute('update tese1 set name="黄瓜" where id=16');
dump ($data);
报错:
Call to a member function execute() on a non-object
query函数是可以调用的
2017-03-24
举报