Explorar el Código

debugger furnishing

Qiang Xue hace 12 años
padre
commit
7efa64c733
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');
 	}