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