I have a DB wrapper class that uses PDO and in the constructor I create a PDO object. The wrapper class is in our namespace and we are using an autoloader. The issue is that the
This works, your problem is elsewere.
index.php
_db.php
Handle = new PDO; } }