Missing Controller

Error: TenyearsController could not be found.

Error: Create the class TenyearsController below in file: app/controllers/tenyears_controller.php

<?php
class TenyearsController extends AppController {

	var $name = 'Tenyears';
}
?>

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

@2010 Copyright reserved by lxLearn.com