File tree Expand file tree Collapse file tree
user_guide_src/source/incoming Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -422,6 +422,10 @@ CodeIgniter also permits you to map your URIs using its :ref:`Defined Route Rout
422422Auto Routing (Legacy)
423423*********************
424424
425+ .. important :: This feature exists only for backward compatibility. Do not use it
426+ in new projects. Even if you are already using it, we recommend that you use
427+ the :ref: `auto-routing-improved ` instead.
428+
425429This section describes the functionality of Auto Routing (Legacy) that is a routing system from CodeIgniter 3.
426430It automatically routes an HTTP request, and executes the corresponding controller method
427431without route definitions. The auto-routing is disabled by default.
Original file line number Diff line number Diff line change @@ -801,6 +801,10 @@ will be routed to ``Acme\Blog\Controllers\Foo::getBar()``.
801801Auto Routing (Legacy)
802802*********************
803803
804+ .. important :: This feature exists only for backward compatibility. Do not use it
805+ in new projects. Even if you are already using it, we recommend that you use
806+ the :ref: `auto-routing-improved ` instead.
807+
804808Auto Routing (Legacy) is a routing system from CodeIgniter 3.
805809It can automatically route HTTP requests based on conventions and execute the corresponding controller methods.
806810
You can’t perform that action at this time.
0 commit comments