sql in 查询后怎么在模板页面输出

浏览:436 发布日期:2015/12/12 分类:求助交流 关键字: in
        $Certificate = M('certificate');
        $Certificate -> where(array('volid'=>array('in','9,4')))->count();
        $this ->assign('Certificate',$Certificate);
        $this -> display();
    
如代码所写,
在模板页面怎么调用数据呢
最佳答案
评论( 相关
后面还有条评论,点击查看>>