Notice: Undefined index: action in /home/.persia/phiras/alwaich.com/app/app_controller.php on line 13
Rida's Web Site
September 05, 2010

Missing controller

You are seeing this error because controller RidaController 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/rida_controller.php

<?php
class RidaController extends AppController {
   var $name = 'Rida';
}
?>