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