Commit efe58053 authored by screeper's avatar screeper

Update readme.md

parent 5fd38c56
......@@ -10,6 +10,11 @@ After that, create a new instance of the class.
$db = new Mysqlidb('host', 'username', 'password', 'databaseName');
```
It's also possible to set a table prefix and connection port:
```php
$db = new Mysqlidb('host', 'username', 'password', 'databaseName', 'tablePrefix', 'port');
```
Next, prepare your data, and call the necessary methods.
### Insert Query
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment