|
Project Information
Featured
Links
|
Use this package to simplify the process of data displaying. UpgradeCheck this page for Info Important:If you are using code from SVN please follow this twitter account zfdatagrid . New methods and changes that may affect your current code will be posted there.
Data SourcesRendersFeaturing...Features MatrixPlease check the Features Matrix to know which options are available for each render class Example function simpleAction()
{
//Grid Initialization
$grid = Bvb_Grid::factory('Table');
//Setting grid source
$grid->setSource(new Bvb_Grid_Source_Zend_Table(new Bugs()));
//Pass it to the view
$this->view->grid = $grid;
}OptionsClick here for a list of options that any field accepts GridOptions
|