In a quick note from phpVolcano.com, NuCleuZ mentions a new page to highlight the PDO package over on the wiki.cc.
Have created a new section for PDO at wiki.cc, it includes an introduction page to PDO and some resources around PDO, if you see a page/tutorial: please contact me, or just enter it at the external resources page.
With that said: PDO 0.3 was released yesterday together with PDO_Sqlite 0.3
For those out there that haven't heard of what PDO is or why you've been hearing so much about it lately, here's a brief definition from the wiki.cc page on it: The PDO extension has been created to add some formality to PHP with regards to database connectivity. This allows developers to code without worrying about the seperate commands for each database. The extension will be a part of the upcomming PHP5.1 and will be enabled for all databases that you compile for.




