Skip to content

Commit

Permalink
Fix grammatical error
Browse files Browse the repository at this point in the history
  • Loading branch information
fiblan committed Jun 24, 2015
1 parent 3e7c48f commit 23cd8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ORM/README.md
Expand Up @@ -34,8 +34,8 @@ mappers if no explicit connection is defined.


## Creating Associations ## Creating Associations


In your table classes you can define the relations between your tables. CakePHP In your table classes you can define the relations between your tables. CakePHP's ORM
ORM supports 4 association types out of the box: supports 4 association types out of the box:


* belongsTo - E.g. Many articles belong to a user. * belongsTo - E.g. Many articles belong to a user.
* hasOne - E.g. A user has one profile * hasOne - E.g. A user has one profile
Expand Down

0 comments on commit 23cd8b2

Please sign in to comment.