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