Skip to content

Commit 87cf748

Browse files
schmittjohweaverryan
authored andcommitted
added a clarifying note for DBAL dependency
1 parent bd3ff38 commit 87cf748

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

guides/security/acl.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ First, we need to configure the connection the ACL system is supposed to use:
5858
));
5959
6060
61+
.. note::
62+
63+
The ACL system requires at least one Doctrine DBAL connection to be
64+
configured. However, that does not mean that you have to use Doctrine for
65+
mapping your domain objects. You can use whatever mapper you like for your
66+
objects, be it Doctrine ORM, Mongo ODM, Propel, or raw SQL, the choice is
67+
yours.
68+
6169
After the connection is configured. We have to import the database structure.
6270
Fortunately, we have a task for this. Simply run the following command:
6371

0 commit comments

Comments
 (0)