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