Hey,
quick question about getters and setters. Coming from Slim, trying out Phalcon, i'm a bit confused about the getter and setters. In Slim, creating a setter would cause it to be invoked when accessing the property normally. Does not Phalcon support this?
Also, it seems that when calling $object->toArray() it doesn't take in consideration whether a property i've set in the model is protected or public.
Am i missing something here?