hyphers / visio-crud-zf2
CRUD generator dedicated to ZF2
This package's canonical repository appears to be gone and the package has been frozen as a result.
Requires
- php: >=5.5.0
- zendframework/zendframework: >2.1.3
This package is not auto-updated.
Last update: 2024-01-16 00:12:34 UTC
README
- Generation of the base crud structure based on given datasource (visual modeller, database):
- Model
- TableGateway
- Filters and validators
- jQuery Validators (http://jqueryvalidation.org/)
- Grid classed (https://github.com/dudapiotr/ZfTable)
- Controllers and views
- Forms
- Visual modeller which allow to configure and modify (add/remove) your form (field list, validators, form itp...). The default configuration is set based on the description of the database.
- Console generator
Contributors
If you want to help develop this module please don't hesitate.
Future goals
- Visual functionality for decorating form and from elements
- Handling one to many and many to many relations
Installation
https://github.com/HyPhers/visio-crud-zf2/wiki
Additional Info (PHPackaton2014)
Team: HyPhers
Location: Warsaw
Team members:
Przemysław Włodkowski
Bartłomiej Wereszczyński
Piotr Duda
Jacek Pawelec
Robert Bodych
Project name: CRUD modeler dedicated to ZF 2.0
Description: The primary goal is to accelerate implementation of the basic application functions. It allows You to genearate all needed files like : Models, Table Gateways, Controllers nad views, forms and grid based on defined data source.