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









