kenjis / codeigniter-composer-installer

Installs the offical CodeIgniter 3 with secure folder structure via Composer
MIT License
377 stars 118 forks source link

Have named routes #43

Closed Ezar101 closed 3 years ago

Ezar101 commented 3 years ago

Hello First of all, thank you for your remarkable work. I've been using your repository under codeigniter 3 for some time now. And I'd like to know if you have thought of making one to have named routes and instead of site_url('controller/method') make site_url('route_name') ?

kenjis commented 3 years ago

This repository is an installer of CI3. I don't understand why you ask about a function of CI3?

I don't think of making a change to CI3 function. And I think CI3's site_url() API is never changed.