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