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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ A **Record** constructor attempts to read the specified row from the table. It c
29
29
-**int** primary key value, will load object values if the primary key value exists.
30
30
-**string** primary key value, will load object values if the primary key value exists.
31
31
-**array** record is attempted to be read from database using the values of the fields provided.
32
+
-**\PHPFUI\ORM\DataObject** record is constructed from an existing DataObject
32
33
-**null** (default) constructs an empty object.
33
34
34
35
Both int and string parameters to the constructor are type checked. Calling the constructor with a parameter can be see as the same as the following, but with type checking:
0 commit comments