| Accueil | l'Entreprise | Technologies | Références | Partenaires | Outsourcing | Médias | Contact |
Eutech SSII
39 rue Marcel Defrance
10600 La Chapelle Saint-Luc
: +33 3 25 81 29 65
contact@eutech-ssii.com
- Contactez-nous -
Missing controller
You are seeing this error because controller EntrepriseController 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/entreprise_controller.php
<?php
class EntrepriseController extends AppController {
var $name = 'Entreprise';
}
?>
English Version