1
0
mirror of synced 2025-02-09 16:59:26 +03:00

Merge pull request #1110 from baileylo/patch-2

Changed table name to be more appropriate.
This commit is contained in:
Guilherme Blanco 2014-08-14 20:16:34 -04:00
commit ebc70d1baf

View File

@ -114,7 +114,7 @@ from newly opened EntityManager.
$article = $em->find('Article', 1); $article = $em->find('Article', 1);
This code only retrieves the ``Article`` instance with id 1 executing This code only retrieves the ``Article`` instance with id 1 executing
a single SELECT statement against the user table in the database. a single SELECT statement against the articles table in the database.
You can still access the associated properties author and comments You can still access the associated properties author and comments
and the associated objects they contain. and the associated objects they contain.