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