Welcome Guest, Not a member yet? Register   Sign In
Codeigniter Simple Code - Auto Routes
#1

One of the best features of CodeIgniter is the simplicity of the code.
Let's talk about `Auto Routes` Its was handled in Router Class, now it's served by Two classes AutoRoutes.php and AutoRoutesImproved.php has its own Interface, why not just add it as a Trait, and keeps framework with a few classes that do its job.
Reply
#2

The goal is to get back to just one. The current autorouting has a lot of security issues (see our latest hotfix releases) and is being disabled by default. We are leaving it as an option so as not to break current projects, but in the future (version 5) it will be removed and the improved version put in its place.
Reply
#3

(04-27-2022, 09:39 AM)MGatner Wrote: The goal is to get back to just one. The current autorouting has a lot of security issues (see our latest hotfix releases) and is being disabled by default. We are leaving it as an option so as not to break current projects, but in the future (version 5) it will be removed and the improved version put in its place.
very glad to hear that you people are working on next version. appreciating for all CI Team and Best Wishes.
Newbie here in CodeIgniter World !! Please appologize if any nonsense from me.  
environment: Windows 10, XAMPP 3.3.0, VS Code, SQLyog Community Ed. 
Reply




Theme © iAndrew 2016 - Forum software by © MyBB