Skip to content

Commit a651940

Browse files
Update README.md
1 parent bf38439 commit a651940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To be able to use the ORM, you need to have a PHP application and a MySQL databa
1313
### Database-side guidelines
1414

1515
1. The names of your table are going to be the names of your object classes in PHP. Therefore, a table named "Users" will refer to the class "Users".
16-
2. Make sure that your primary keys all start with "ID". For instance; "IDUsers".
16+
2. Make sure that your primary keys all start with "ID" following by the table's name. For instance; "IDUsers". (For simplicity's sake; bound to change, might just go and search for the primary key instead)
1717

1818
### Application-side setup
1919

0 commit comments

Comments
 (0)