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