2013-02-08 31 views

उत्तर

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

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

+3

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

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

  • कोई संबंधित समस्या नहीं^_^