Welcome Guest, Not a member yet? Register   Sign In
Adding get routes name feature
#1
Smile 

Hi, Ci devs. 

I tried to get routes name in view files to make urls. but no success due to CI not offering that kind of feature yet. every time clients change the routes names. they have to go through view files and change routes names in urls manually. its a bit of pain.

I think it's a great feature to have in CI. 

Laravel have this feature builtin. 
Code:
Route::getCurrentRoute()->getPath();
Code:
Request::route()->getName()

But I persoally dont like laravel. its very bloated and slow.

I'm not a expert to do this kind of modification into the CI core. 

So I'm requesting this feature from CI devs. Kindly concider adding this feature.

Thanks for hard work Smile
Reply


Messages In This Thread
Adding get routes name feature - by DuoS - 05-02-2017, 09:37 PM
RE: Adding get routes name feature - by mt19 - 05-13-2017, 03:50 AM
RE: Adding get routes name feature - by DuoS - 07-14-2017, 10:34 AM
RE: Adding get routes name feature - by ciadmin - 07-14-2017, 11:11 AM
RE: Adding get routes name feature - by Wouter60 - 07-14-2017, 01:20 PM
RE: Adding get routes name feature - by DuoS - 07-22-2017, 08:48 PM
RE: Adding get routes name feature - by PaulD - 07-23-2017, 01:39 AM
RE: Adding get routes name feature - by jonathanq - 08-04-2017, 04:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB