当我选择要选择的列时,Yii 正在选择 PK,但是当我将选择设置为 false 时,它可以正常工作......我该如何禁用selecting the PK column by default
IE 。
$criteria->with = array(
'provider' => array(
'with' => array(
'provider_offers' => array(
'select' => 'provider_id',// here it select the 'id' with the provider_id