Skip to content

Commit 82c02fb

Browse files
committed
docs: add note for parameter count check
1 parent eeb8f35 commit 82c02fb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

user_guide_src/source/incoming/controllers.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ Your method will be passed URI segments 3 and 4 (``'sandals'`` and ``'123'``):
274274

275275
.. literalinclude:: controllers/022.php
276276

277+
.. note:: If there are more parameters in the URI than the method parameters,
278+
Auto Routing (Improved) does not execute the method, and it results in 404
279+
Not Found.
280+
277281
Defining a Default Controller
278282
=============================
279283

0 commit comments

Comments
 (0)