Zend disableLayout() leaves html & body tags in output
- by sunwukung
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 still getting html and body tags in the csv. 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