Fenux.Net - The Life of a Geek

Missing Controller

Error: BackendController could not be found.

Error: Create the class BackendController below in file: app/controllers/backend_controller.php

<?php
class BackendController extends AppController {

	var $name = 'Backend';
}
?>

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

©2009, Jason Burgess
All Rights Reserved