How to implement sql joins in yii

hi!!!

I want to implement sql query-joins in yii but am new to the framework !!

can anyone guide me…

thanx :)

You can use the relations method in the model, you can join models between them. Its use ActiveRecord.