CRUD Controllers¶
The CRUD Controller is a powerful tool that allows you to easily design a UI for creating, reading, updating, and deleting records in the database. It is a part of the Administration module.
It's designed to speed up the development of the administration interface and provide a consistent user experience. At the same time, it's flexible enough to allow for customizations.
CRUD controller is built using known Shopsys components like Grid and Symfony components.
Getting started¶
- Creating a new CRUD Controller
- Configure List page (Datagrid)
- Adding Create, Edit, and Delete Actions
- Extending existing CRUD Controller