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