docs: add note

This commit is contained in:
kenjis 2024-06-23 20:30:53 +09:00
parent af227b86d2
commit dd33f98a32
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -388,6 +388,9 @@ For example, the URI ``sub-dir/hello-controller/some-method`` will execute the
Disable Translate URI To CamelCase
----------------------------------
.. note:: The option to disable "Translate URI To CamelCase" exists only for
backward compatibility. We don't recommend to disable it.
To disable it, you need to change the setting ``$translateUriToCamelCase`` option
to ``false`` in **app/Config/Routing.php**::