jadeit / crud-bundle
A Symfony2 bundle to help with CRUD operations
dev-master
2014-08-18 20:20 UTC
This package is not auto-updated.
Last update: 2024-11-05 01:32:33 UTC
README
This Symfony 2 Bundle centralizes the basic CRUD operations in a service.
The idea is to call the service from your controllers. This ensures that all your controllers handle CRUD in the same way.