Missing controller

You are seeing this error because controller DataController could not be found.

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

Fatal: Create the class below in file : app/controllers/data_controller.php

<?php
class DataController extends AppController {
   var $name = 'Data';
}
?>


Notice: Undefined variable: banner in /home/syrianow/public_html/app/views/layouts/default.thtml on line 9

Fatal error: Call to a member function show_banners() on a non-object in /home/syrianow/public_html/app/views/layouts/default.thtml on line 9