Todo List
Structures_DataGrid_Core | --Structures_DataGrid_Renderer
This class handles mangeing the output for the DataGrid. By default, the output is handled by the HTML Table renderer.
[line 37]
Structures_DataGrid_Renderer Structures_DataGrid_Renderer( [string $renderer = DATAGRID_RENDER_TABLE])
Determins the appropriate renderer to use. Uses the HTML_Table renderer as the default.
void &getRenderer( )
Retrieves the renderer object as a reference
void render( string $limit, string $page)
This calls the spcified renderer's render method.
void setRenderer( string $renderer)
Defines which renderer to be used by the DataGrid