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/2. Active Record.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -135,4 +135,4 @@ Notice that we did not have to save the customer record. By assigning it to the
135
135
You can always just assign the id's directly: `$orderDetail->purchase_order_id = $purchase_order->purchase_order_id;`. Saving the OrderDetail record is up to you.
136
136
137
137
### Other Types Of Related Records
138
-
See Virtual Fields for information on how to impliment child or many to many relationships.
138
+
See [Virtual Fields](<https://github.com/phpfui/ORM/blob/main/docs/5. Virtual Fields.md>) for information on how to impliment child or many to many relationships.
0 commit comments