© 2007 Washington University in St. Louis - Arts & Sciences Computing | Campus Box 1160, One Brookings Drive St. Louis, MO 63130 | Library Administration
Missing Controller
Missing controller
You are seeing this error because controller WorldController could not be found.
Notice: If you want to customize this error message, create app/views/errors/missing_controller.thtml.
Fatal: Create the class below in file : app/controllers/world_controller.php
<?php
class WorldController extends AppController {
var $name = 'World';
}
?>