[prev] [index] [next]

Exercise: Alternative CSV libraries

1. Design a new version of the library that has
  • an explicit representation for CSVrecords
  • a csvclean function to throw away "old" records

 

2. Design a new version of the library using PHP classes