Error: The action projeler is not defined in controller MobilyaController
Error: Create MobilyaController::projeler() in file: app/controllers/mobilya_controller.php.
<?php class MobilyaController extends AppController { var $name = 'Mobilya'; function projeler() { } } ?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.