一个数据模型的bug,关于not like

浏览:451 发布日期:2016/04/22 分类:ThinkPHP5专区
http://ttst.2xso.com/158/T/ThinkPHP/ThinkPHP5/04/21/01/1.html
array(7)是post数据 请忽略
array(3)是where条件$count=$this->site_href_recordModel->where($where)->count();这是代码
$this->site_href_recordModel这是实例化的数据模型
数据模型信息如下<?php
namespace app\index\model\site\href;
use think\Model;
class RecordModel extends Model 
{
      protected $tableName = 'site_href_record'; 
}
最佳答案
评论( 相关
后面还有条评论,点击查看>>