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