dongou3286 2014-10-01 00:58
浏览 254

Codeigniter路由在某些情况下不起作用?

I got used to use Grocery CRUD library which eases CRUD process. When I'm going to use the edit process, The URI is would be some thing like http://www.example.com/users/get_users/edit/userID(num). The issue is, If one of the users removes the userID this will gives an error due to the required parameter by edit method, So that I have tried to use Codeigniter routing as below

$route['users/get_users/edit'] = "users/get_users";

But this didn't work..!

Any idea please...

  • 写回答

1条回答

  • douwen1213 2014-10-01 01:06
    关注
    $route['users/get_users/edit/:num'] = "users/get_users"; 
    

    It should be like this. And I think you getting error message because "users/get_users" still expects userID. Its better to come up with the error message as well.

    评论

报告相同问题?

悬赏问题

  • ¥15 关于#java#的问题,请各位专家解答!
  • ¥15 急matlab编程仿真二阶震荡系统
  • ¥20 TEC-9的数据通路实验
  • ¥15 ue5 .3之前好好的现在只要是激活关卡就会崩溃
  • ¥50 MATLAB实现圆柱体容器内球形颗粒堆积
  • ¥15 python如何将动态的多个子列表,拼接后进行集合的交集
  • ¥20 vitis-ai量化基于pytorch框架下的yolov5模型
  • ¥15 如何实现H5在QQ平台上的二次分享卡片效果?
  • ¥30 求解达问题(有红包)
  • ¥15 请解包一个pak文件