Cakephp Missing Controller -


when tried run website. shown me error.

missing controller

error: realestatecontroller not found.

error: create class realestatecontroller below in file: app\controllers\realestate_controller.php

i don't have such controller yet, should ?

just create file in controllers folder such:

name file realestate_controller.php

and in file add

<?php class realestatecontroller extends appcontroller{     //if want can add     public function index(){     } } ?> 

thanks,


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -