Using Oracle procedures with Yii

I need to call Oracle’s procedures for working with database. It seems most facilities of Yii doesn’t help me in this particular case. For example ORM is totally unusable.

I love Yii. Could you suggest me any approach to do it with Yii?

Hi, you have to use Command, see the docs: http://www.yiiframework.com/doc-2.0/yii-db-command.html

Thank you bro.