As the title says, ZPE is now able to connect to databases out of the box without needing you to install one of the plugins. This is great news, particularly for ZPEX.
A simple connection string using the new Database object allows you to connect straightaway:
YASS
$db = new Database("mysql", "127.0.0.1", 3306, "tester", "root", "password")
Powered by DASH 2.0
