TP5數據操作指定查詢字段爲結果集key

Db::table( ‘數據表名’ ) -> where( 查詢條件 ) -> column( ‘字段列表’, ‘數組鍵名’ ) ; Db::table('User')->where(['status'=>['>',0]])->column('id,name,tel','tel'); 返回結果 [ '15698963256'=>[ 'id'=>1, 'name'=>'小明', 'te
相關文章
相關標籤/搜索