Class 'Controller' not found in C: \ xampp \ htdocs \ mysite \ protected \ controllers \ AppsinfoController.php on line 4
points to this:
> class AppsinfoController extends Controller > { > public function actionIndex() > { > $this->render('index'); > } > public function loadModel($id) > { > $model=TAppsInfo::model()->findByPk($id); > if($model===null) > throw new CHttpException(404,'The requested page > does not exist.'); > return $model; > } > }
What could be the reasons?
Comments are over writing here: TAppsInfo.php