autoload documentation
This commit is contained in:
parent
4fbe22359c
commit
8e31029685
@ -4,11 +4,18 @@ README
|
||||
Display the documentation of our services, manage the SOAP services
|
||||
Based on ZendFramework version 1.x
|
||||
|
||||
Génération des fichiers autoload
|
||||
================================
|
||||
php bin/classmap_generator.php -l ./application -w -o ./application/autoload_classmap.php
|
||||
php bin/classmap_generator.php -l ./library/Application -w -o ./library/Application/autoload_classmap.php
|
||||
php bin/classmap_generator.php -l ./library/Scores -w -o ./library/Scores/autoload_classmap.php
|
||||
php bin/classmap_generator.php -l ./library/SdMetier -w -o ./library/SdMetier/autoload_classmap.php
|
||||
|
||||
Fichier de configuration
|
||||
========================
|
||||
La configuration est décomposé en plusieurs fichiers,
|
||||
avec adaptation suivant la machine
|
||||
- mysql.php
|
||||
- mysql.php
|
||||
- smtp.php
|
||||
- sphinx.php
|
||||
- stockage.php
|
||||
|
@ -2,6 +2,7 @@
|
||||
// Generated by ZF's ./bin/classmap_generator.php
|
||||
return array(
|
||||
'Application_Controller_Plugin_Auth' => dirname(__FILE__) . '/Controller/Plugin/Auth.php',
|
||||
'Application_Controller_Plugin_Menu' => dirname(__FILE__) . '/Controller/Plugin/Menu.php',
|
||||
'Application_Controller_Plugin_Services' => dirname(__FILE__) . '/Controller/Plugin/Services.php',
|
||||
'Application_Form_Login' => dirname(__FILE__) . '/Form/Login.php',
|
||||
'Application_Model_AssoActes' => dirname(__FILE__) . '/Model/AssoActes.php',
|
||||
|
Loading…
Reference in New Issue
Block a user