关联查询为什么取不到关联的字段呢 [ 2.0 版本 ]
$rows = content::findBySql("select a.*,b.content from app_content as a join app_content_news as b on a.id=b.id where a.id=$id")->all();
执行后显示 Getting unknown property: app\models\content::content
tgw2000 补充于 2015-01-05 11:26
$rows = Yii::app()->db->createCommand("select a.*,b.content from app_content as a join app_content_news as b on a.id=b.id where a.id=$id");
这样写也不对
共 1 个回答
tgw2000
注册时间:2014-10-15
最后登录:2017-11-11
在线时长:10小时35分
最后登录:2017-11-11
在线时长:10小时35分
- 粉丝2
- 金钱20
- 威望0
- 积分120