To follow up a previous article from the Database Journal, there's the second part of the "An Introduction to the ADOdb class library" posted this morning.
This piece dives just a little bit deeper into the world of ADOdb, showing you how easy caching your queries, limiting your results, and using transactions are in your code with this class. Even the popular MySQL database supports transactions now, so there's no reason to hold back on features like this.
While it is a bit short, it's still a good place to start. There's lots more documentation out there for this package (see their homepage), but this article gives you a bit more of an idea how it all works together.
Thanks to PHPBuilder.com for the link...




