refactor: Default to only using mysqli (#4915)

* refactor: Default to only using mysqli

* Remove includes/dbFacile.mysql.php

* updated mres() function to remove $config global
This commit is contained in:
Neil Lathwood
2016-11-11 01:40:53 +00:00
committed by Tony Murray
parent 55f0d441e6
commit cc01969b06
9 changed files with 577 additions and 1185 deletions

View File

@@ -31,12 +31,6 @@ $config['db_pass'] = '';
$config['db_name'] = '';
```
You can also select between the mysql and mysqli php extensions:
```php
$config['db']['extension'] = 'mysqli';
```
#### Programs
A lot of these are self explanatory so no further information may be provided. Any extensions that have dedicated