Home  >  Article  >  Backend Development  >  在thinksns里这个where步骤在哪个文件里

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

WBOY
WBOYOriginal
2016-06-13 12:48:17772browse

在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,则必然有那些方法
------解决方案--------------------
不用纠结,直接拿来用就好。
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn