DkplusCrud provides full crud functionality for zf2-modules. It can be used e.g. for rendering single view scripts, creating entities by using a form, updating them by using the same form, displaying and deleting.
Supports
- controllers using different features
- a service that connects mappers and form handling.
- mappers supporting DoctrineORM (Zend\Db will be added in futere)
- two different form handlings for supporting entities with and without constructor parameters.
The only things you need to provide are view scripts, your model (e.g. in form of entities) and the form-objects.
Installation of DkplusCrud uses composer. For composer documentation, please refer to getcomposer.org.