background preloader

PHP

Facebook Twitter

FPDF. Manuel PHP. Edit Report a Bug Manuel PHP ¶ par: Mehdi Achour Friedhelm Betz Antony Dovgal Nuno Lopes.

Manuel PHP

PDO. I wanted to extend PDO class to store statistics of DB usage, and I faced some problems.

PDO

I wanted to count number of created statements and number of their executings. So PDOStatement should have link to PDO that created it and stores the statistical info. The problem was that I didn't knew how PDO creates PDOStatement (constructor parameters and so on), so I have created these two classes: