codeigniter 4 - Query String URLs for CodeIgnitor 4 - Stack Overflow

I WANT to show the query string for my CodeIgnitor 4 app.In CI3 we had Config directives like $config

I WANT to show the query string for my CodeIgnitor 4 app. In CI3 we had Config directives like $config['enable_query_strings'] = TRUE;.

In CI4 we have public string $uriProtocol = 'PATH_INFO'; or public string $uriProtocol = 'QUERY_STRING';. This impacts how the ROUTES are configured in Config\Routes.php; but, no matter how I build the route, it still just gives me the URL path to the controller.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742332398a4423980.html

相关推荐

  • codeigniter 4 - Query String URLs for CodeIgnitor 4 - Stack Overflow

    I WANT to show the query string for my CodeIgnitor 4 app.In CI3 we had Config directives like $config

    6小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信