Getting started with ADOdb for PHP

Posted May 1st, 2009 in ADOdb, PHP by Aaron

ADOdb is a powerful database abstraction library for PHP (as well as Python) designed to simplify some of the day to day database activities you may need in your PHP applications. I’ve used this library for about 3 years now, from site to site, just to simply the retrieval of data and cache the data locally for ease of use.

Continue Reading »