Is there a way to alter the default Model::find() query? With something such as making it order by a certain field by default or do we have to use afterFetch() and sort it through PHP commands?
Is there a way to alter the default Model::find() query? With something such as making it order by a certain field by default or do we have to use afterFetch() and sort it through PHP commands?