Hello all. I’m sorry for maybe a dumb question:
there is a model A with relation to model B and type BELONGS_TO
there is a model B with relation to model C and type HAS_MANY
How the CDbCriteria condition can be altered to search something like this
A->search(){
B->C[0]->some_field
}
If anyone can help, I would be much obliged. Excuse my bad English.