Missing Controller

Error: People.htmlController could not be found.

Error: Create the class People.htmlController below in file: app/controllers/people.html_controller.php

<?php
class People.htmlController extends AppController {

	var $name = 'People.html';
}
?>

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

logo