Missing Controller

Error: EmailsController could not be found.

Error: Create the class EmailsController below in file: app/controllers/emails_controller.php

<?php
class EmailsController extends AppController {

	var $name = 'Emails';
}
?>

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

Plan Your Trip