How did you connect Firebird to Doctrine?

Thanks, Aljaz

On Sunday, April 28, 2013 1:59:54 PM UTC+2, Иван Зуев wrote:
>
> Hello all!
> I have this class with ORM mapping:
>
> class Product {
>    protected $id;
>    protected $name;
>    protected $price;
>    protected $cnt;
>    protected $total;
> }
>
> In my database (Firebird 2.5) $total marked as "computed field 
> (price*cnt)".
> When I try to persist object using persist manager I get error like "You 
> can't write read-only field".
> Is any way to tell doctrine persister do not persist this field ?
>

-- 
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