×
Inicio Aleatorio

How to delete an entity from a template with a list of entities (CRUD)?

Sección: Symfony

Creado: 14-02-19 (Actualizado: 15-02-19)

Explanation:

I have generated the CRUD of an entity, getting the following default actions: indexAction(): lists all entities. showAction($id): finds (by ID) and displays an entity. deleteAction(...

https://stackoverflow.com/questions/18432599/how-to-delete-an-entity-from-a-template-with-a-list-of-entities-crud

Siguiente Enlace