Skip to content

Commit

Permalink
added datamapper to the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 29, 2023
1 parent c9fc805 commit 9f9b236
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/datamapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

These components have been heavily influenced by [Aura PHP][auraphp] and [Atlas PHP][atlasphp]

!!! warning "NOTE"

The full implementation of a DataMapper is not yet complete. There are however a few components that can be used in any project, such as the `Connection` and `Query/Select`

## Overview

The Data Mapper pattern as described by [Martin Fowler][datamapper] in [Patterns of Enterprise Application Architecture][eaa] is:
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2361,6 +2361,7 @@ nav:
- Validators: db-models-validation.md
- Pagination: db-pagination.md
- Migrations: db-migrations.md
- DataMapper: datamapper.md
- Front End:
- Assets: assets.md
- Flash Messenger: flash.md
Expand Down

0 comments on commit 9f9b236

Please sign in to comment.