Skip to content

Tweaking Doctrine book chapter #3490

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

Merged
merged 19 commits into from
Mar 4, 2014
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
Fixed typo + added remore section
  • Loading branch information
wouterj committed Feb 3, 2014
commit b4dd1a107811bb65f2f16d5b1837bf33db5454b0
5 changes: 4 additions & 1 deletion book/doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1389,8 +1389,11 @@ powerful, allowing you to create complex queries and subscribe to events
that allow you to take different actions as objects go through their persistence
lifecycle.

Learn More
~~~~~~~~~~

For more information about Doctrine, see the *Doctrine* section of the
:doc:`cookbook </cookbook/index>`. Some usefull articles might be:
:doc:`cookbook </cookbook/index>`. Some useful articles might be:

* :doc:`/cookbook/doctrine/common_extensions`
* :doc:`/cookbook/doctrine/console`
Expand Down