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