Missing Controller

: CController could not be found.

: Create the class CController below in file: app/controllers/c_controller.php

<?php
class CController extends AppController {

	var $name = 'C';
}
?>

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