You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ To be able to use the ORM, you need to have a PHP application and a MySQL databa
13
13
### Database-side guidelines
14
14
15
15
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)
0 commit comments