Skip to content

Commit 0dbf2cb

Browse files
authored
Merge pull request #8079 from cakephp/dereuromark-patch-1
clarify acronyms
2 parents c48d916 + 581d01f commit 0dbf2cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

en/intro/conventions.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ a web browser. They are camelBacked. For example the ``/users/view-me`` maps to
1919
of the ``UsersController`` out of the box (if one uses default dashed inflection in routing).
2020
Protected or private methods cannot be accessed with routing.
2121

22+
For inflection of acronyms it is useful to treat them as words, so ``CMS`` would be ``Cms``.
23+
2224
URL Considerations for Controller Names
2325
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2426

0 commit comments

Comments
 (0)