Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 7766a6b

Browse files
committed
The structure of the README file was corrected.
1 parent b8ce26f commit 7766a6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,11 @@ $db->select()->from()->where()->order()->limit()->execute();
9696
```
9797

9898
**select($columns)**
99+
99100
$columns → (array|string|empty) Names of columns to select. If left blank select all fields (*).
100101

101102
**from($table)**
103+
102104
$table → (string) Database table name.
103105

104106
**where($clauses, $statements)** (Optional)

0 commit comments

Comments
 (0)