PBooks Export and Import

I'm reviewing some of the code I wrote for PBooks to import and export CVS, XML, and SQL. After some reflection, it made sense to abstract the code for this out to a class with a PBooks wrapper. At that point, I wondered if there might be an existing one already. Lo and behold:

Structures_DataGrid

While I'm not 100% sure this is exactly what I'm looking for, so far so good. Upon second review, its really a lot more than I need. I may take a closer look into some of the code and see if can be separated from the rest of it and use only what I need. Otherwise there are lots of good examples for CSV handling on php.net, and the simplexml toolkit makes it very easy as well.

Also found this which looks interesting:

php-csv-to-array-functions

By on May 29, 2007 2:19 PM

Categories: