Missing Controller

Error: DesignController could not be found.

Error: Create the class DesignController below in file: htdocs/controllers/design_controller.php

<?php
class DesignController extends AppController {

	var $name = 'Design';
}
?>

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


© Copyright 2008 Tarah L. Wolff | Site Map