A few days ago, I was looking for a PDO wrapper to work with a small PHP application. I’ve searched around and found fractalizer’s PDO wrapper nearest to my purpose. Then I just wrote my wrapper on the shadow of his one. Let’s see what’s inside and how it works. Features Easy to use. Works with MySQL and Sqlite. All pubic functions works statically. Connection string created internally. Download