To utilize this class, first import MysqliDb.php into your project, and require it.
```php
require_once('Mysqlidb.php');
...
...
@@ -122,9 +140,10 @@ print_r($results); // contains Array of returned rows
### Where Method
This method allows you to specify the parameters of the query.
This method allows you to specify where parameters of the query.
WARNING: In order to use column to column comparisons only raw where conditions should be used as column name or functions cant be passed as a bind variable.