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: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,8 @@ $factory = new TableGatewayFactory($adapter);
12
12
13
13
### Getting a TableGateway
14
14
15
-
Since you have provided the adapter now you can directly create the TableGateway using a string or a TableIdentifier object as identifier, like in the example below.
15
+
Since you have provided the adapter now you can directly create the TableGateway using just the table name or also a schema name.
0 commit comments