Hello.
My question is: Is there way to execute my function after reading object's data from DB but before creating object?
For ex, in \Phalcon\MVC\Model there are events: beforeCreate(), beforeUpdate(), beforeDelete()... but is there an event beforeRead() or something like that?