I am in the process of designing a web application (really, it\'s a hobby, and I\'m trying to teach myself design, and what better way is there than doing it :). Anyway, I
You may also be interested in the project php-pdo-wrapper-class. It's a light-weight database class that extends PDO, adding several methods - insert, update, delete, select (and a few others) - for simplifying common SQL statements. I've used this project in my development and would highly recommend.