Missing Controller

Error: MygController could not be found.

Error: Create the class MygController below in file: /controllers/myg_controller.php

<?php
class MygController extends AppController {

	var $name = 'Myg';
}
?>

Notice: If you want to customize this error message, create /views/errors/missing_controller.ctp

Top of Page