PHP--yii中findOne转换成数组
$res = News::findOne($new_id)->toArray();
yii框架的多表联查:
controller层:
//news 与 news_theme 是多对一的关系
$infomsg=News::find()->with('newstheme')->asArray()->all();
model层:News
//news 与 news_theme 进行两表联查 多对一
public function getNewstheme()
{
return $this->hasOne(NewsTheme::className(), ['id' => 'news_theme_id']);
}
青砖黛瓦 故景如旧 草木无情 不解凡忧
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步