2017 © Pedro Peláez
 

library crud

CRUD Controller for zf2-modules

image

dkplus/crud

CRUD Controller for zf2-modules

  • Thursday, July 21, 2016
  • by [-UFO-]Melkor
  • Repository
  • 4 Watchers
  • 7 Stars
  • 208 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

DkplusCrud Build Status

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., (*1)

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., (*2)

The only things you need to provide are view scripts, your model (e.g. in form of entities) and the form-objects., (*3)

Installation

Installation of DkplusCrud uses composer. For composer documentation, please refer to getcomposer.org., (*4)

The Versions