Skip to content

Commit

Permalink
Update cakephp-conventions.rst
Browse files Browse the repository at this point in the history
Database conventions description in portuguease language include a incorrect "\" for table names with two ou more words.
  • Loading branch information
saulimabr committed Feb 24, 2015
1 parent d59f4ca commit e633d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pt/getting-started/cakephp-conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ exemplos de nomes de models que seguem a convenção.

Nomes de tabelas correspondentes à models do CakePHP são escritos no plural e
usando underscores. As tabelas correspondentes para os models mencionados acima
são respectivamente cars, ``big\_cars`` e ``really\_big\_cars``.
são respectivamente cars, ``big_cars`` e ``really_big_cars``.

Você pode usar a biblioteca utilitária :php:class:`Inflector` para verificar a
forma singular/plural das palavras. Veja a classe
Expand Down

0 comments on commit e633d47

Please sign in to comment.