开发者

find a function in cakephp

开发者 https://www.devze.com 2023-02-23 03:18 出处:网络
I am learning cakephp. can someone explain me what this is for $this-&g开发者_Python百科t;RunFunction->bindModel(array(\'belongsTo\'=>array(\'Audio\',\'Image\',\'Video\')));

I am learning cakephp. can someone explain me what this is for

$this-&g开发者_Python百科t;RunFunction->bindModel(array('belongsTo'=>array('Audio','Image','Video')));

where would I find the RunFunction. Its in a plugin folder of cakephp


Is it a model in the plugin? The models would be found in app/plugins/pluginname/models...

So app/plugins/name/models/run_function.php I guess.

0

精彩评论

暂无评论...
验证码 换一张
取 消