Missing Controller
Error: BookingController could not be found.
Error: Create the class BookingController below in file: app/controllers/booking_controller.php
<?php
class BookingController extends AppController {
var $name = 'Booking';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

