Skip to content

Instantly share code, notes, and snippets.

@raphaeldealmeida
Created February 15, 2012 21:57
Show Gist options
  • Save raphaeldealmeida/1839268 to your computer and use it in GitHub Desktop.
Save raphaeldealmeida/1839268 to your computer and use it in GitHub Desktop.
transação com closure
<?php
$em->transactional(function($em){
//...
$em->persist($user);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment