Skip to content

Commit 9232e88

Browse files
committed
docs: add note for Auto Routing (Improved) in _remap()
1 parent f79b175 commit 9232e88

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

user_guide_src/source/incoming/controllers.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,8 @@ CodeIgniter also permits you to map your URIs using its :ref:`Defined Route Rout
494494
Remapping Method Calls
495495
**********************
496496

497+
.. note:: **Auto Routing (Improved)** does not support this feature intentionally.
498+
497499
As noted above, the second segment of the URI typically determines which
498500
method in the controller gets called. CodeIgniter permits you to override
499501
this behavior through the use of the ``_remap()`` method:

0 commit comments

Comments
 (0)