Errors

Missing Controller

Error: Interview.phpController could not be found.

Error: Create the class Interview.phpController below in file: app/controllers/interview.php_controller.php

<?php
class Interview.phpController extends AppController {

	var $name = 'Interview.php';
}
?>

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

(default) 5 queries took 15 ms
[ Feedback ]