yii2 對數據庫的一系列操做

//數據庫訪問 $db = \Yii::$app->db; $sql = "select id, title, content from article"; $res = $db->createCommand($sql)->queryAll(); //返回數組數據 $res = $db->createCommand($sql)->q
相關文章
相關標籤/搜索