SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class QueryTo

No description yet.

Functions

NameVisibilityDescription
csvpublic (static)Exports a database query result as a CSV file.
xmlpublic (static)Exports a database query result as an XML file.

public csv

bool|string QueryTo::csv ( PDOStatement|array $result , array $modifiers , array $headings );

Exports a database query result as a CSV file.

public xml

string|bool QueryTo::xml ( PDOStatement|array $result , array $modifiers );

Exports a database query result as an XML file.