Hi all, could anyone take a look at this for me?
Problem: trying to output a csv on demand using Zend Framework. I want to avoid creating files on the system so I'm trying to use the same solution posted here:
http://stackoverflow.com/questions/1136264/export-csv-in-zend-framework
However - I'm getting 3 blank lines in the csv (and in any HTML source when viewed). I'm setting layouts in the ini file. I've tried putting the csv call earlier in the request cycle using preDispatch etc - but to no avail.
Any help is greatly appreciated SWK