| |
doctrine-dev |
Hi, The documentation for mapping custom values is incorrect: The example in the docs shows $this->mapValue() being called in Having said that, I think this is the wrong approach. Doesn't it make more Thanks,
http://www.doctrine-project.org/documentation/manual/1_1/en/component...
view#record:mapping-custom-values
setTableDefinition(), but that doesn't work. It needs to be called in
construct() for it to work correctly.
sense to define a custom property in setTableDefinition(), alongside all
of the regular columns?
Adam