Thinkphp中视图模型存在的问题已经解决方法
问题描述:在使用thinkphp框架的时候使用了其中的ViewModel在实现视图的时候发现了其中的问题,不能使用where语句来筛选数据。class CodeViewModel extends ViewModel{ public $viewFields = array( 'code'=>array("id","name","summary","code","time"