Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d42e4d7

Browse filesBrowse files
authored
Update README.md
1 parent 5a9bdc8 commit d42e4d7
Copy full SHA for d42e4d7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@ Here is list of all SuperSQL flags:
140140
$c->deleteTable("myTable");
141141

142142
//To see a list of all tables in your database use $ssql->tableList([$flags])
143-
$c->tableList();
143+
print_r($c->tableList());
144144
?>
145145
```

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.