kohana路由问题
如果我路由设置成这样:
Route::set('sections', '(/(/(/)))',
array(
'directory' => '(admin|affiliate)'
))
->defaults(array(
'controller' => 'index',
'action' => 'index',
)); 在地址栏中我应该怎么输入才能访问
0
0
kohana路由问题
如果我路由设置成这样:
Route::set('sections', '(/(/(/)))',
array(
'directory' => '(admin|affiliate)'
))
->defaults(array(
'controller' => 'index',
'action' => 'index',
)); 相关文章
ini_set()在PHP中的作用是什么?
在PHP中的readlink()函数
我们如何编写PHP脚本来释放与MySQL结果关联的游标内存?
PHP intdiv() 函数
我们如何使用PHP脚本删除MySQL数据库?
本站声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门AI工具
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号