how to use non-database variables in doctrine model

Ievnxsrr

New Member
I have two database fields \[code\]$object->value\[/code\] and \[code\]$object->max_value\[/code\] and want to store the proportion in \[code\]$object->percent_value\[/code\] without having a db field for it.Is there a way to do this in a doctrine model?
 
Back
Top