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