A MySQL Class/Iterator for PHP5
After some discussion over at DevNetwork Forums regarding MySQL classes I was given an idea which changes the way I’ve always written MySQL wrappers. Previously there had always been just one class. That class returned result resources and provided the wrapper methods for working with these.
The inspiration I was given in this scenario […]