Skip to content
This repository was archived by the owner on Oct 26, 2019. It is now read-only.

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Feb 4, 2018
1 parent 659cb2b commit f59114e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ php cli.php install
| | migrations | Database migration files (Phinx) |
| src | | PHP source code (The App namespace) |
| | Controller | Controllers and actions |
| | DataMapper | The table models. This Data Mapper decouples the domain objects completely from the persistent storage. (Communication with the database, Query methods) |
| | DataMapper | Represents the tables. The Data Mapper decouples the domain objects completely from the persistent storage. (Communication with the database, Query methods) |
| | DataRow | Represents a row of data |
| | Middleware | HTTP middleware |
| | Service | Business logic |
Expand Down

0 comments on commit f59114e

Please sign in to comment.