image carrouselle image carrouselle image carrouselle

Missing Files

Files Not Found :
Creating the Model : 'app/model/favicon.png.php'

<?php
class favicon.png extends AppModel{
    public function __construct(){
        parent::__construct('favicon.png');
    }
}
?>
Creating the Controller : 'app/controller/favicon.png_controller.php'
<?php
class favicon.pngController extends AppController{
	function home(){
		// home function
	}
}
?>