$pdo
$pdo :
Gives access to a database using MindFlow's configuration parameters
The dbManager aims to offer minimalistic database access tools. These summup essentially to open the database, close it and check is a table exists. The opened database object is stored in the variable $mf->db. We didn't want to implement a full database API because Mindflow relies on PDO which is already a good database API. Also we wanted to let all the possible freedom to the developper for database access. If you need to use several databases concurrently, create one dbManager per database and pass the customized following arguments to the constructor for each dbManager : $dbHost, $dbPort, $dbName, $dbUsername, $dbPassword, $forceUtf8