Missing Controller

Error: DnnController could not be found.

Error: Create the class DnnController below in file: app/controllers/dnn_controller.php

<?php
class DnnController extends AppController {

	var $name = 'Dnn';
}
?>

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

(default) 3 queries took 5 ms