thinkphp html文件中怎么调用function
controller下ArticleController.class.php内有,publicfunctionCore(){$page=M("Page");$where_...
controller下ArticleController.class.php内有,
public function Core(){
$page = M("Page");
$where_us['term'] = '关于我们';
$find_us = $page->where($where_us)->find();
$this->assign('find_us',$find_us);
$this->display();
}
那么我在Article下的core.html中想调用controller下的CommonController.class.php里面的function,怎么做? 展开
public function Core(){
$page = M("Page");
$where_us['term'] = '关于我们';
$find_us = $page->where($where_us)->find();
$this->assign('find_us',$find_us);
$this->display();
}
那么我在Article下的core.html中想调用controller下的CommonController.class.php里面的function,怎么做? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询