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