Example #1
0
 public function actionBadRecordIndex()
 {
     $RBadRecord = RBadRecord::find()->all();
     return $this->render('badRecordIndex', ['RBadRecord' => $RBadRecord]);
 }