首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

thinkphp,施行哪个方法

2013-10-11 
thinkphp,执行哪个方法thinkphp框架,有个index.class.php文件,对应一个index.html文件。index.class.php文

thinkphp,执行哪个方法
thinkphp框架,有个index.class.php文件,对应一个index.html文件。index.class.php文件有两个方法,一个index()和order()方法。index.html文件的action为__URL__/index时,执行index()方法,为什么才能执行order方法 thinkphp url
[解决办法]
__URL__/order
[解决办法]
是index()方法对应index.html文件,order()方法就要在建个order.html页面。U('Index/order');
[解决办法]
不太明白你的意思。可以考虑把方法order()放到方法index()中

热点排行