Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Easy abstraction layer for PDO

Status
Not open for further replies.

jpadie

Technical User
Joined
Nov 24, 2003
Messages
10,094
Location
FR
For those that use PDO in their applications, I have written an extension to the PDO class that you may find useful. instructions are provided at the top of the class.

it's a work in progress (I wrote it over a coffee break this morning and have not had a chance to test it yet). It currently supports mysql and sqlite.

I would now like to throw it open to the community for general use and feedback on what extra features should be supported or even that the whole thing is a waste of time!

the code can be found here

I have decided not to post such a big chunk of code here due to the lack of colorization support here.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top