当前位置:Gxlcms > PHP教程 > 在thinksns里这个where步骤在哪个文件里

在thinksns里这个where步骤在哪个文件里

时间:2021-07-01 10:21:17 帮助过:25人阅读

在thinksns里这个where方法在哪个文件里?
return $this->where($map)->field($field)->order($order)->findPage($limit);

在thinksns里 没有找到where field order 和 findpage方法

public function __set($name,$value) {
return $this->set($name,$value);
}

这个函数表示什么意思呢 我知道 __set 但是set 就不明白了

请大家帮帮忙


------解决方案--------------------
嗯,不对!
你找 __set 是不对的!
应该找 __call,如果没有 __call,则必然有那些方法
------解决方案--------------------
不用纠结,直接拿来用就好。

人气教程排行