Rechercher:



Login :
Password:
Eutech SSII

39 rue Marcel Defrance
10600 La Chapelle Saint-Luc
tel : +33 3 25 81 29 65
contact@eutech-ssii.com
- Contactez-nous -


Missing controller

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

<?php
class TechnologiesController extends AppController {
   var $name = 'Technologies';
}
?>