データベースは mysql myisam です
既存の列車トレーニング テーブル
トレーニングに参加している人々の train_people テーブル
1 つの列車は複数の train_people に対応し、列車の主キー train_id に関連付けられた train_people にも train_id があります
列車モデル
パブリック関数関係()モデル->count($criteria);
$pager = new CPagination($count);
$pager->applyLimit($criteria); >with ('people')->findAll($criteria);
var_dump($lists->people)
状況はどうなっていますか?ディスカッションへの返信(解決策)
Yii::app()->db()->createCommand()->select(列)->from(表)->where()->limit()->order()->queryAll()
Yii::app()->db()->createCommand()->select(列)->from(表)->where()->limit()->order()->queryAll()