摘要: 跨控制器调用方法 1. 先造对象,再调用里面的方法 $sc=new \Home\Controller\IndexController(); 用绝对路径找echo $sc->ShuChu(); 2. $sc=new IndexController(); 用相对路径 echo $sc->ShuChu() 阅读全文
posted @ 2016-10-22 16:36 心存善念 阅读(2429) 评论(0) 推荐(0) 编辑