Symfony2 Form Entity Update
问题 Can anyone please show me a specific example of a Symfony2 form entity update? The book only shows how to create a new entity. I need an example of how to update an existing entity where I initially pass the id of the entity on the query string. I'm having trouble understanding how to access the form again in the code that checks for a post without re-creating the form. And if I do recreate the form, it means I have to also query for the entity again, which doesn't seem to make much sense.