码迷,mamicode.com
首页 > Web开发 > 详细

thinkphp模型没继承model报的错

时间:2015-07-12 17:11:44      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:

Call to undefined method RoleModel::query()

错误位置

FILE: H:\www\tpsmarty\shop\Lib\Model\RoleModel.class.php  LINE: 17

错误的代码

class RoleModel extends Model{
    //put your code here
    function giveAuth($auth_ids){
        $sql="select auth_c,auth_a from sw_auth where auth_id in ($auth_ids)";
        $info=$this->query($sql);
        show($info);
    }
}

 

thinkphp模型没继承model报的错

标签:

原文地址:http://www.cnblogs.com/zhaoshunjie/p/4641071.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!