Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
Update en/tutorials/getting-started.rst
Browse files Browse the repository at this point in the history
Fixed failed markdown
  • Loading branch information
GeeH committed Aug 7, 2012
1 parent f3dea27 commit 7118442
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion en/tutorials/getting-started.rst
Expand Up @@ -1434,7 +1434,9 @@ Dont forget to add a `require_once` call for this class to the bootstrap.php
.. note::

**require_once gotcha**
Make sure you add the require_once call for `BugRepository.php` *after* the require_once call for `bootstrap_doctrine.php`, or you will get some class not found errors.

Make sure you add the require_once call for `BugRepository.php` *after* the require_once
call for `bootstrap_doctrine.php`, or you will get some class not found errors.

To be able to use this query logic through ``$this->getEntityManager()->getRepository('Bug')``
we have to adjust the metadata slightly.
Expand Down

0 comments on commit 7118442

Please sign in to comment.