MySQLi database layer
开发者 |
CodeKitchen
markoheijnen
|
更新时间 |
2013年9月18日 22:27 |
PHP版本: |
3.6 及以上 |
WordPress版本: |
3.6 |
版权: |
GPLv2 or later |
详情介绍:
MySQL_* functions is deprecated and this plugin creates a layer to use MySQLi instead. So you don't get notices when using PHP 5.5
Be sure to read the installation instructions, as this is not a traditional plugin, and on activation you do need to install our database driver by using the settings screen or move manually db.php into your content directory.
安装:
- Verify that you have MySQLi
- Go to the settings page of this plugin and install our driver or just copy
db.php
to your WordPress content directory (wp-content/
by default)
- Done!