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
Post a Comment