<?php
class MyClass {
...
PHP Exception handling
by xrstf.myopenid.com,
July 20, 2010 16:30,
1 refactoring, tagged with php, exceptions, pdo, transactions
<?php /** * PDO database wrapper for MySQL. ...
PHP PDO database wrapper
by etheros.myopenid.com,
October 21, 2009 06:33,
2 refactorings, tagged with php, pdo, mysql wrapper
Having tried PDO many moons...
I've got this pattern all o...