In a previous post, I talked about the PHP Iterator interface and how to write a CSV reader. Now it is time to do the same thing for a database cursor. Most of this code will look familiar, as it has to do the same thing, but will use a different dat...
blog.phpfui.com8 min read
No responses yet.