Query Row 31 Oktober 2020 adminPHP $data = Yii::app()->dc->createCommand(" SELECT * from table ")->queryrow(); foreach($data as $row ) { echo $row["data"] ; }