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


