This constant defines the use of the HTML_Table renderer to output your datagrid as an HTML Table
This constant defines the use of the XML renderer to output your datagrid as an XML Document
This constant defines the use of the Smarty renderer to output your datagrid in a Smarty Template
This constant defines the use of the XLS renderer to output your datagrid as an Excel Spreadsheet
This constant defines the use of the XUL renderer to output your datagrid as an XUL Document
This constant defines the use of the CSV renderer to output your datagrid as an 'Comma Seperated Value' text document
This constant defines the use of the Console Table renderer to output your datagrid as an ASCII table for the command line.
This constant defines the use of the Pager renderer to output your datagrid as HTML paging links.
This constant defines the use of the Array datasource to retrieve the data from an array variable.
This constant defines the use of the DataObject datasource to retrieve the data from a DB_DataObject object.
This constant defines the use of the DB datasource to retrieve the data from a DB_Result object.
This constant defines the use of the XML datasource to retrieve the data from an XML document.
This constant defines the use of the RSS datasource to retrieve the data from an RSS feed.
This constant defines the use of the CSV datasource to retrieve the data from an CSV file.
This constant defines the use of the DBQuery datasource to retrieve the data using a DB connection and an SQL statement.
This constant defines the use of the DBTable datasource to retrieve the data from a DB_Table object.
This constant defines the use of the MDB2 datasource to retrieve the data using a MDB2 connection and an SQL statement.
This constant is returned by unsupported method calls, usually fired by a renderer or a datasource that does not support a specific feature.
Пред. | Начало | След. |
Introduction | Уровень выше | Data Sources |