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