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