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: src/PHPFUI/ORM/Table.php
+24-2
Original file line number
Diff line number
Diff line change
@@ -134,8 +134,13 @@ public function addGroupBy(string $field, bool $rollup = false) : static
134
134
* Add a join with another table
135
135
*
136
136
* @param string $table name of the table to join, case sensitive
137
-
* @param string | \PHPFUI\ORM\Condition $on condition. If string, name of field on the $table. Defaults to table name appended with Id. Or \PHPFUI\ORM\Condition for complex joins
0 commit comments