Commit e28392d8 authored by screeper's avatar screeper

Update readme.md

parent 07c8c403
...@@ -10,9 +10,9 @@ After that, create a new instance of the class. ...@@ -10,9 +10,9 @@ After that, create a new instance of the class.
$db = new Mysqlidb('host', 'username', 'password', 'databaseName'); $db = new Mysqlidb('host', 'username', 'password', 'databaseName');
``` ```
It's also possible to set a table prefix and connection port: It's also possible to set a table prefix:
```php ```php
$db = new Mysqlidb('host', 'username', 'password', 'databaseName', 'tablePrefix', 'port'); $db->setPrefix('tablePrefix');
``` ```
Next, prepare your data, and call the necessary methods. Next, prepare your data, and call the necessary methods.
......
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