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

