2013-02-08 12 views

उत्तर

10
$user = $this->getDoctrine() 
      ->getRepository('YourBundle:User') 
      ->findOneBy(array('email' => $email)); 

कृपया the official doctrine orm documentation इस

+3

एक मॉडल <> संस्था के बारे में पढ़ें! –

संबंधित मुद्दे