Le 04/04/2014 15:59, arjun sunar a écrit :
Hey Guys,

I am using zf2 and doctrine2 . Persist , remove and update is working file . While l am trying to retrieve the data using findBy(array('column' => $value)) doesnot works .
I got something like this


  An error occurred


    An error occurred during execution; please try again later.

------------------------------------------------------------------------


    Additional information:


      Doctrine\ORM\ORMException

File:
    
/var/www/zf2-reporting/vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php:100
Message:
    Unrecognized field: claim_status

Do you have a property "claim_status" in your entity ? Please take care that the name here is the name of the PHP property, not of the database column (The ORM deals with your PHP objects)

--
Christophe | Stof

--
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to