show/hide this revision's text 2 fixed a minor typo

I'd probably attack it at the model level - when you loaded load a row into a model instance, compute a boolean attribute based on the char. Add a getter for the virtual attribute that returns this value, and a setter that updates both the boolean and the underlying char.

show/hide this revision's text 1

I'd probably attack it at the model level - when you loaded a row into a model instance, compute a boolean attribute based on the char. Add a getter for the virtual attribute that returns this value, and a setter that updates both the boolean and the underlying char.