PHP Classes
elePHPant
Icontem

Zend Framework Data Grid: Display and edit data from a database in a grid

Recommend this page to a friend!

  Author Author  
Picture of Filipe Sá
Name: Filipe Sá <contact>
Classes: 1 package by
Country: Portugal Portugal


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This package can be used to display and edit data from a database in a grid using the Zend Framework. It features:

* Simplified grid data presentation just by specifying the source database table
* Multiple Sources (DB, Array, JSON, CSV, XML)
* Template based presentation
* Filter data by user selected fields
* Data validation (when performing CRUD operations)
* Automatic pagination of results
* Support for extra listing column fields
* List sorting by field
* Configurable field titles
* Support for SQL aggregation expressions (MAX, COUNT, MIN, AVG, etc…)
* Internationalization support
* Export results in multiple formats: XML, HTML table, PDF, Excel, Word, etc..
* Cache support
* Plug-ins to format content: date, bool, currency, etc..
* Doctrine Support
* Zend_Form for CRUD operations
* Zend_Config Support
* Multiple Instances per page (no conflicts at all…)
* Support for Extra Rows
* Conditional Fields Presentation
* Option for detailed view
* PRG Form processing
* Render specific parts separately (filters, titles, pagination, etc…)
* Conditional Fields Rendering
* jqGrid Rendering
* Open Flash Chart support

  Classes of Filipe Sá  >  Zend Framework Data Grid  >  Download Download .zip .tar.gz  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Zend Framework Data Grid
Base name: bvb_grid
Description: Display and edit data from a database in a grid
Version: -
PHP version: 5.2
License: BSD License
 
  Groups   Screenshots Screenshots   Applications   Related pages   Files Files  

  Groups  
Group folder image HTML HTML generation and processing View top rated classes
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Databases Database management, accessing and searching View top rated classes

  Files folder image Screenshots  
example2.jpg
File Role Description
Accessible without login Image file example2.jpg Screen Example 2 - Horizontal Row
Accessible without login Image file example1.jpg Screen Example 1
Accessible without login Image file example3.jpg Screen Example 3 - CRUD operations
Accessible without login Image file example4.jpg Screen Example 3 - Extra fields
Accessible without login Image file example5.jpg Screen Example 5 - Template


  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.


  Related pages  
Application example
A simple aplication showing all the features
Examples
Online working examples of this class
Google Code
Google Code page. Use this to get the latest trough SVN
Blog
Official Blog

  Files folder image Files  
File Role Description
Files folder imageBvb (1 file, 2 directories)
Files folder imageGrid (6 files, 8 directories)
Accessible without login Plain text file Grid.php Class Class source

  Files folder image Files  /  Bvb  
File Role Description
Files folder imageGrid (3 files, 4 directories)
Files folder imagegrid (1 directory)
  Accessible without login Plain text file Grid.php Class Main File

  Files folder image Files  /  Bvb  /  Grid  
File Role Description
Files folder imageDeploy (14 files)
Files folder imageFormatter (4 files)
Files folder imageSource (6 files, 2 directories)
Files folder imageTemplate (1 directory)
  Accessible without login Plain text file Column.php Class Build Columns
  Accessible without login Plain text file Filters.php Class The filters class
  Accessible without login Plain text file Form.php Class Config the CRUD operations

  Files folder image Files  /  Bvb  /  Grid  /  Deploy  
File Role Description
  Accessible without login Plain text file Csv.php Class CSV exportation
  Accessible without login Plain text file Excel.php Class Deploy the results to a MS Excel FIle
  Accessible without login Plain text file Interface.php Class Deploy Interface
  Accessible without login Plain text file Jqgrid.php Class jqGrid implementation
  Accessible without login Plain text file Json.php Class Json render
  Accessible without login Plain text file Ods.php Class Open Document Spreadsheet exportation
  Accessible without login Plain text file Odt.php Class Open Document Text exportation
  Accessible without login Plain text file Ofc.php Class Open Flash Chart implementation
  Accessible without login Plain text file Pdf.php Class Deploy the results to a pdf file
  Accessible without login Plain text file Print.php Class Print the results
  Accessible without login Plain text file Table.php Class Outpu the DB results to a table
  Accessible without login Plain text file Word.php Class Export Results to a MS Word document (2003)
  Accessible without login Plain text file Wordx.php Class Export Results to a MS Word document (2007)
  Accessible without login Plain text file Xml.php Class XML Exportation

  Files folder image Files  /  Bvb  /  grid  
File Role Description
Files folder imageExtra (2 files)

  Files folder image Files  /  Bvb  /  grid  /  Extra  
File Role Description
  Accessible without login Plain text file Column.php Class Extra Columns
  Accessible without login Plain text file Rows.php Class Extra Rows

  Files folder image Files  /  Bvb  /  Grid  /  Formatter  
File Role Description
  Accessible without login Plain text file Currency.php Class Currency Formatter
  Accessible without login Plain text file Date.php Class Formate the field value to date
  Accessible without login Plain text file Image.php Class Formate the field value to an image
  Accessible without login Plain text file Interface.php Class Formatter Interface

  Files folder image Files  /  Bvb  /  Grid  /  Source  
File Role Description
Files folder imageDoctrine (1 file)
Files folder imageZend (2 files)
  Accessible without login Plain text file Array.php Class Array Source
  Accessible without login Plain text file Csv.php Class CSV Source
  Accessible without login Plain text file Doctrine.php Class Doctrine Source
  Accessible without login Plain text file Interface.php Class Source Interface
  Accessible without login Plain text file Json.php Class Json Source
  Accessible without login Plain text file Xml.php Class XML Source

  Files folder image Files  /  Bvb  /  Grid  /  Source  /  Doctrine  
File Role Description
  Accessible without login Plain text file exception.php Class Doctrine Exception

  Files folder image Files  /  Bvb  /  Grid  /  Source  /  Zend  
File Role Description
  Accessible without login Plain text file Select.php Class Zend Select Source
  Accessible without login Plain text file Table.php Class Zend Model Source

  Files folder image Files  /  Bvb  /  Grid  /  Template  
File Role Description
Files folder imageTable (1 file)

  Files folder image Files  /  Bvb  /  Grid  /  Template  /  Table  
File Role Description
  Accessible without login Plain text file Table Class Default template for table display

  Files folder image Files  /  Grid  
File Role Description
Files folder imageDeploy (14 files, 1 directory)
Files folder imageEvent (1 file)
Files folder imageExtra (2 files)
Files folder imageFilters (1 directory)
Files folder imageFormatter (7 files)
Files folder imageMass (1 file)
Files folder imageSource (7 files, 4 directories)
Files folder imageTemplate (6 files, 3 directories)
  Accessible without login Plain text file Column.php Class Class source
  Accessible without login Plain text file Event.php Class Class source
  Accessible without login Plain text file Exception.php Class Class source
  Accessible without login Plain text file Filters.php Class Class source
  Accessible without login Plain text file Form.php Class Class source
  Accessible without login Plain text file Translator.php Class Class source

  Files folder image Files  /  Grid  /  Deploy  
File Role Description
Files folder imageHelper (1 file)
  Accessible without login Plain text file Csv.php Class Class source
  Accessible without login Plain text file DeployInterface.php Class Class source
  Accessible without login Plain text file Excel.php Class Class source
  Accessible without login Plain text file JqGrid.php Class Class source
  Accessible without login Plain text file Json.php Class Class source
  Accessible without login Plain text file Ods.php Class Class source
  Accessible without login Plain text file Odt.php Class Class source
  Accessible without login Plain text file Ofc.php Class Class source
  Accessible without login Plain text file Pdf.php Class Class source
  Accessible without login Plain text file Print.php Class Class source
  Accessible without login Plain text file Table.php Class Class source
  Accessible without login Plain text file Word.php Class Class source
  Accessible without login Plain text file Wordx.php Class Class source
  Accessible without login Plain text file Xml.php Class Class source

  Files folder image Files  /  Grid  /  Deploy  /  Helper  
File Role Description
  Accessible without login Plain text file File.php Class Class source

  Files folder image Files  /  Grid  /  Event  
File Role Description
  Accessible without login Plain text file Dispatcher.php Class Class source

  Files folder image Files  /  Grid  /  Extra  
File Role Description
  Accessible without login Plain text file Column.php Class Class source
  Accessible without login Plain text file Rows.php Class Class source

  Files folder image Files  /  Grid  /  Filters  
File Role Description
Files folder imageRender (2 files, 2 directories)

  Files folder image Files  /  Grid  /  Filters  /  Render  
File Role Description
Files folder imageDojo (3 files)
Files folder imageTable (4 files)
  Accessible without login Plain text file RenderAbstract.php Class Class source
  Accessible without login Plain text file RenderInterface.php Class Class source

  Files folder image Files  /  Grid  /  Filters  /  Render  /  Dojo  
File Role Description
  Accessible without login Plain text file Date.php Class Class source
  Accessible without login Plain text file Number.php Class Class source
  Accessible without login Plain text file Select.php Class Class source

  Files folder image Files  /  Grid  /  Filters  /  Render  /  Table  
File Role Description
  Accessible without login Plain text file Date.php Class Class source
  Accessible without login Plain text file Number.php Class Class source
  Accessible without login Plain text file Select.php Class Class source
  Accessible without login Plain text file Text.php Class Class source

  Files folder image Files  /  Grid  /  Formatter  
File Role Description
  Accessible without login Plain text file Array.php Class Class source
  Accessible without login Plain text file Bool.php Class Class source
  Accessible without login Plain text file Currency.php Class Class source
  Accessible without login Plain text file Date.php Class Class source
  Accessible without login Plain text file FormatterInterface.php Class Class source
  Accessible without login Plain text file Image.php Class Class source
  Accessible without login Plain text file Number.php Class Class source

  Files folder image Files  /  Grid  /  Mass  
File Role Description
  Accessible without login Plain text file Actions.php Class Class source

  Files folder image Files  /  Grid  /  Source  
File Role Description
Files folder imageDb (1 file)
Files folder imageDoctrine (1 file)
Files folder imageDoctrine2 (1 file)
Files folder imageZend (2 files)
  Accessible without login Plain text file Array.php Class Class source
  Accessible without login Plain text file Csv.php Class Class source
  Accessible without login Plain text file Doctrine.php Class Class source
  Accessible without login Plain text file Doctrine2.php Class Class source
  Accessible without login Plain text file Json.php Class Class source
  Accessible without login Plain text file SourceInterface.php Class Class source
  Accessible without login Plain text file Xml.php Class Class source

  Files folder image Files  /  Grid  /  Source  /  Db  
File Role Description
  Accessible without login Plain text file DbAbstract.php Class Class source

  Files folder image Files  /  Grid  /  Source  /  Doctrine  
File Role Description
  Accessible without login Plain text file Exception.php Class Class source

  Files folder image Files  /  Grid  /  Source  /  Doctrine2  
File Role Description
  Accessible without login Plain text file Exception.php Class Class source

  Files folder image Files  /  Grid  /  Source  /  Zend  
File Role Description
  Accessible without login Plain text file Select.php Class Class source
  Accessible without login Plain text file Table.php Class Class source

  Files folder image Files  /  Grid  /  Template  
File Role Description
Files folder imageOds (5 files, 1 directory)
Files folder imageOdt (5 files, 1 directory)
Files folder imageWordx (2 directories)
  Accessible without login Plain text file Ods.php Class Class source
  Accessible without login Plain text file Odt.php Class Class source
  Accessible without login Plain text file Print.php Class Class source
  Accessible without login Plain text file Table.php Class Class source
  Accessible without login Plain text file Word.php Class Class source
  Accessible without login Plain text file Wordx.php Class Class source

  Files folder image Files  /  Grid  /  Template  /  Ods  
File Role Description
Files folder imageMETA-INF (1 file)
  Accessible without login Plain text file content.xml Data Auxiliary data
  Accessible without login Plain text file meta.xml Data Auxiliary data
  Accessible without login Plain text file mimetype Data Auxiliary data
  Accessible without login Plain text file settings.xml Data Auxiliary data
  Accessible without login Plain text file styles.xml Data Auxiliary data

  Files folder image Files  /  Grid  /  Template  /  Ods  /  META-INF  
File Role Description
  Accessible without login Plain text file manifest.xml Data Auxiliary data

  Files folder image Files  /  Grid  /  Template  /  Odt  
File Role Description
Files folder imageMETA-INF (1 file)
  Accessible without login Plain text file content.xml Data Auxiliary data
  Accessible without login Plain text file meta.xml Data Auxiliary data
  Accessible without login Plain text file mimetype Data Auxiliary data
  Accessible without login Plain text file settings.xml Data Auxiliary data
  Accessible without login Plain text file styles.xml Data Auxiliary data

  Files folder image Files  /  Grid  /  Template  /  Odt  /  META-INF  
File Role Description
  Accessible without login Plain text file manifest.xml Data Auxiliary data

  Files folder image Files  /  Grid  /  Template  /  Wordx  
File Role Description
Files folder imageword (7 files, 2 directories)
Files folder image_rels (1 file)

  Files folder image Files  /  Grid  /  Template  /  Wordx  /  word  
File Role Description
Files folder imagetheme (1 file, 1 directory)
Files folder image_rels (2 files)
  Accessible without login Plain text file fontTable.xml Data Auxiliary data
  Accessible without login Plain text file footer1.xml Data Auxiliary data
  Accessible without login Plain text file footer2.xml Data Auxiliary data
  Accessible without login Plain text file header1.xml Data Auxiliary data
  Accessible without login Plain text file settings.xml Data Auxiliary data
  Accessible without login Plain text file styles.xml Data Auxiliary data
  Accessible without login Plain text file webSettings.xml Data Auxiliary data

  Files folder image Files  /  Grid  /  Template  /  Wordx  /  word  /  theme  
File Role Description
Files folder image_rels (1 file)
  Accessible without login Plain text file theme1.xml Data Auxiliary data

  Files folder image Files  /  Grid  /  Template  /  Wordx  /  word  /  theme  /  _rels  
File Role Description
  Accessible without login Plain text file theme1.xml.rels Data Auxiliary data

  Files folder image Files  /  Grid  /  Template  /  Wordx  /  word  /  _rels  
File Role Description
  Accessible without login Plain text file document.xml.rels Data Auxiliary data
  Accessible without login Plain text file header1.xml.rels Data Auxiliary data

  Files folder image Files  /  Grid  /  Template  /  Wordx  /  _rels  
File Role Description
  Accessible without login Plain text file .rels Data Auxiliary data

Install with Composer Install with Composer - Download Download all files: bvb_grid.tar.gz bvb_grid.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.