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

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

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.