Skip to content

Commit 893199c

Browse files
committed
Adding a link to the Doctrine chapter per a comment from @rpmsk
1 parent dbcd3cd commit 893199c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/from_flat_php_to_symfony2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ them for you. Here's the same sample application, now built in Symfony2::
580580
}
581581
}
582582

583-
The two controllers are still lightweight. Each uses the Doctrine ORM library
583+
The two controllers are still lightweight. Each uses the :doc:`Doctrine ORM library</book/doctrine>`
584584
to retrieve objects from the database and the ``Templating`` component to
585585
render a template and return a ``Response`` object. The list template is
586586
now quite a bit simpler:

0 commit comments

Comments
 (0)