dkplus / crud
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (0.1.0) of this package.
CRUD Controller for zf2-modules
0.1.0
2012-12-17 08:06 UTC
Requires
- php: >=5.3.3
- dkplus/base: dev-master
- dkplus/controller-dsl: dev-master
- zendframework/zendframework: 2.*
- zf-commons/zfc-base: dev-master
Requires (Dev)
- dkplus/unit-test: dev-master
- doctrine/orm: 2.*
This package is auto-updated.
Last update: 2019-02-20 19:59:28 UTC
README
Introduction
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
Installation of DkplusCrud uses composer. For composer documentation, please refer to getcomposer.org.