Skip to content

Instantly share code, notes, and snippets.

@armetiz
Created January 15, 2013 16:21
Show Gist options
  • Save armetiz/4539829 to your computer and use it in GitHub Desktop.
Save armetiz/4539829 to your computer and use it in GitHub Desktop.
$user = $em->find('Entities\User', $id);
$messages = $user->getPrivateMessages();
foreach($messages as $message) {
$responses = $message->getResponseMessages();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment