Missing Controller

Error: ClassifiedsController could not be found.

Error: Create the class ClassifiedsController below in file: app/controllers/classifieds_controller.php

<?php
class ClassifiedsController extends AppController {

	var $name = 'Classifieds';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

Plan Your Trip