Missing Controller
Error: FoafController could not be found.
Error: Create the class FoafController below in file: app/controllers/foaf_controller.php
<?php
class FoafController extends AppController {
var $name = 'Foaf';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
