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







