I\'m facing an issue I unfortunatly could not resolve so far. I created a database class into app/db/mysql/database.php with the following content
database class
app/db/mysql/database.php
If you use PDO then you should add the line use PDO in the file where you are going to use the class PDO Ford example in file where you create object PDO and in each the file of model.
use PDO