PHP/Symfony Data Jukebox Bundle

Forget all about views. Concentrate entirely on the model.

Author: Cédric Dufour <http://cedric.dufour.name> @ Idiap Research Institute <http://www.idiap.ch>

Website: http://www.idiap.ch/scientific-research/resources/symfony-bundle-datajukebox

symfony-bundle-datajukebox-screenshot

Synopsis

The Data Jukebox Bundle is a PHP/Symfony bundle which aims to provide - for common CRUD (Create-Read-Update-Delete) operations - the same level of abstraction that Symfony does for forms.

By defining and associating so-called Properties to standard ORM (Object Relation Mapper) Entities, one can generate fully-featured list and detail views for those entities, as easily as one generates forms.

The same Properties are used to generate Symfony forms even easier, by automating the form building process.

Developpers can thus concentrate entirely on the data model and have all views build automatically, with just a few lines in the corresponding controllers.


MORE : Official Website ( Source Code ) · Development ( Source Code ) · Documentation / Tutorial