Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine Explanations of Doctrine orm Package Structure #11710

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update architecture.rst
  • Loading branch information
Speelwolf authored Nov 8, 2024
commit 4d4a47c30267007375ef0366586c4497bab729d7
6 changes: 3 additions & 3 deletions docs/en/reference/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ of the underlying DBAL and Persistence packages. The Doctrine codebase
is split into these packages for a few reasons:


- To make things more maintainable and decoupled
- To allow you to use the code in Doctrine Persistence and Collections without the ORM or DBAL
- To allow you to use the DBAL without the ORM
- to make things more maintainable and decoupled
- to allow you to use the code in Doctrine Persistence and Collections without the ORM or DBAL
- to allow you to use the DBAL without the ORM

Collection, Event Manager and Persistence
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down