时间:2021-07-01 10:21:17 帮助过:3人阅读
就是说,像下面的图里面,funcA里怎么调用funcB?
就是说,像下面的图里面,funcA里怎么调用funcB?
public function funcA($catID){
return $this->funcB($catID);
}
先用D方法把模型引来,在用$this->调用.
看不明白你想表达啥?
$this->funcb()