What steps will reproduce the problem?
1. In the example "limit.php", comment out $csv->sort_by = "title" (line 22)
2. Execute limit.php
What is the expected output? What do you see instead?
Expect to see the header names in the first column, then the data rows
What version of the product are you using? On what operating system?
0.4.3, Linux
Please provide any additional information below.
The notes in limit.php describe how the data will be fetched but it's not clear
that the header row will not be returned.
Suggestion:
Have an option to include/not include the header row.
Original issue reported on code.google.com by
srumb...@gmail.comon 3 Mar 2012 at 8:57