File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,13 @@ Doctrine ORM is divided into four main packages.
33
33
- ORM (depends on DBAL+Persistence+Collections)
34
34
35
35
This manual mainly covers the ORM package, sometimes touching parts
36
- of the underlying DBAL and Persistence packages. The Doctrine code base
37
- is split in to these packages for a few reasons and they are to...
36
+ of the underlying DBAL and Persistence packages. The Doctrine codebase
37
+ is split into these packages for a few reasons:
38
38
39
39
40
- - ...make things more maintainable and decoupled
41
- - ...allow you to use the code in Doctrine Persistence and Collections
42
- without the ORM or DBAL
43
- - ...allow you to use the DBAL without the ORM
40
+ - to make things more maintainable and decoupled
41
+ - to allow you to use the code in Doctrine Persistence and Collections without the ORM or DBAL
42
+ - to allow you to use the DBAL without the ORM
44
43
45
44
Collection, Event Manager and Persistence
46
45
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments