Delete Doctrine - PHP
Get EM
$em = $this->getDoctrine()->getEntityManager();
find entity by ID
$user = $em->getRepository('Entity\User')->find($id);
Delete:
$em->remove($user);
$em->flush();
Written by Isaac Limon G.
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#