We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf03a62 commit 141f8b9Copy full SHA for 141f8b9
README.md
@@ -3,14 +3,14 @@ Some useful php libraries for easing code :)
3
4
## Working with DB (PDO)
5
6
-### Instantiating Object and setting table
7
+### Instantiating Object and setting table
8
```php
9
$db = new DB();
10
$db->table('tablename');
11
```
12
13
-## OR Do it directly (DID)
+### OR Do it directly (DID)
14
15
// Fetching results
16
DB::table('tablename')->get(); // will fetch every result from table
0 commit comments