是Codeigniter支持路由命名,如果支持什么是语法或给我一些链接


Is Codeigniter suport route naming if support what is the syntaxt or give me some link

Laravel有一个名为routing的选项,如下所示

Route::get('user/profile', 'UserController@showProfile')->name('profile');

是否有可能在Codeigniter中使用命名路由实现相同的事情?

如有任何建议,我将不胜感激。

谢谢

最好的方法就是去看看用户指南。

链接是CodeIgniter用户指南-路由