Model Attribute Binary Format

Hello everybody!

I am trying to retrieve some binary data from the database. But as it seems, Yii somehow encodes the data when retrieving it.

How am i able to tell Yii that I need the raw data of a model attribute?

Any help is appreciated.