Parcourir la source

debugger furnishing

Qiang Xue il y a 12 ans
Parent
commit
7efa64c733
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      controllers/SiteController.php

+ 1 - 1
controllers/SiteController.php

@@ -20,7 +20,7 @@ class SiteController extends Controller
 	}
 
 	public function actionIndex()
-	{
+	{Yii::error('test');
 		return $this->render('index');
 	}