用户
 找回密码
 入住 CI 中国社区
搜索
查看: 1496|回复: 3
收起左侧

[HELP] routes.php 里怎么一句话去掉welcome ?

[复制链接]
发表于 2014-10-22 23:26:52 | 显示全部楼层 |阅读模式
PHP复制代码
 
$route['stores'] = 'welcome/stores';
$route['stores_detail_(:num)'] = 'welcome/stores_detail/$1';
$route['events'] = 'welcome/events';
$route['events_old'] = 'welcome/events_old';
$route['recruiting'] = 'welcome/recruiting';
$route['contact_us'] = 'welcome/contact_us';
$route['online/(:any)/(:num)'] = 'welcome/online/$1/$2';
 
复制代码



以上是我写的。但是随着页面增多,发现都要写一下“ welcome ” 去掉。问下高手们有啥办法一句搞定的,直接不要啊。

发表于 2014-10-27 10:04:24 | 显示全部楼层

我試著可以啊,你再試試吧。

要呼叫你這個 events 方法
$route['events'] = 'welcome/events';
用了阿呆的方式:$route['(:any)'] = 'welcome/$1';

只要打 http://localhost/index.php/events 就行了阿
 楼主| 发表于 2014-10-25 10:18:11 | 显示全部楼层
这样不行啊。ls
发表于 2014-10-24 09:55:52 | 显示全部楼层
这样?  $route['(:any)'] = 'welcome/$1';

本版积分规则