Codeigniter url 路由限制
Codeigniter url routing limits
我有一个包含许多 URL-s 的 Codeigniter 应用程序。
我的问题是:可以定义多少条规则才不会影响性能?
You can create 100+ (unlimited as simply) URL routing. it will not affect to your system or Performance.
Because only one URL call at time
我有一个包含许多 URL-s 的 Codeigniter 应用程序。
我的问题是:可以定义多少条规则才不会影响性能?
You can create 100+ (unlimited as simply) URL routing. it will not affect to your system or Performance.
Because only one URL call at time