How To Use Sql In Yii

im just need help.

how can i put my sql in yii

this is my sql:

SELECT COUNT(*) as type FROM order WHERE type like ‘breakfast’

in where should i put it

You need to read through the Definitive Guide. http://www.yiiframework.com/doc/guide/