You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/more-about-models.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -670,8 +670,6 @@ $authorsModel->hasMany(
670
670
671
671
### Accessing Related Data Code Samples
672
672
673
-
The code samples in this section build on the code samples in the [Relationship Definition Code Samples](#relationship-definition-code-samples) section above.
674
-
675
673
In order to access related data, you must call one of the **fetch*** methods that return any one of these:
676
674
- a single record ([**fetchOneByPkey**](#fetching-data-from-the-database-via-fetchonebypkey)),
677
675
- a single record ([**fetchOneRecord**](#fetching-data-from-the-database-via-fetchonerecord)),
0 commit comments