Skip to content

example "limit.php" does not output expected header row if $csv->sort_by option is not used #24

Description

@GoogleCodeExporter
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.com on 3 Mar 2012 at 8:57

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions