返回一行

返回一行 (第一行) 如果该查询没有结果则返回 false

$post = Yii::$app->db->createCommand('SELECT * FROM post WHERE id=1')
           ->queryOne();