Merge pull request #1110 from baileylo/patch-2
Changed table name to be more appropriate.
This commit is contained in:
commit
ebc70d1baf
@ -114,7 +114,7 @@ from newly opened EntityManager.
|
||||
$article = $em->find('Article', 1);
|
||||
|
||||
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
|
||||
and the associated objects they contain.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user