Issue Description
From what I read in the preceding paragraphs of the CakePHP Conventions Page, the table in the Summarized section seems to be incorrect:
- The database table should be named article_categories instead of articles_categories. Accordingly the complete 3rd column seems to be incorrect (ArticleCategoriesController.php instead of ArticlesCategoriesController.php, ArticleCategory.php instead of ArticlesCategories.php, etc.)
- The entity should be named Article.php instead of Articles.php
Likewise, the join table in the 'Database Convention Summary' table at the end of this chapter should be named article_tags instead of articles_tags.
Do you want to address this issue?
Still new to CakePHP and GitHub, so hopefully someone else will verify and fix this issue.
Issue Description
From what I read in the preceding paragraphs of the CakePHP Conventions Page, the table in the Summarized section seems to be incorrect:
Likewise, the join table in the 'Database Convention Summary' table at the end of this chapter should be named article_tags instead of articles_tags.
Do you want to address this issue?
Still new to CakePHP and GitHub, so hopefully someone else will verify and fix this issue.