Skip to content

CakePHP Conventions: Summarized Table probably incorrect #6716

@AlYourPal

Description

@AlYourPal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions