config description - Ppito/zf3-framework GitHub Wiki

Contenu

config/
├── autoload/
│   ├── development.local.php.dist
│   ├── doctrine-mongo.global.php
│   ├── doctrine-mongo.local-development.php
│   ├── errorhandler.global.php
│   └── zenddevelopertools.local.php.dist
├── ci/
│   ├── bootstrap.php
│   ├── phpdox.xml
│   └── phpunit.xml
├── application.config.php
├── development.config.php.dist
└── modules.config.php

Description

Répertoire de configuration global de l'application.

Répertoire Autoload

Contient les fichiers de configuration global des modules externes.

Répertoire CI

  • bootstrap.php - Fichier d'autoload bootstrap pour PHPUnit
  • phpdox.xml - Fichier de configuration des pour la génération de la documentation (PHPDox)
  • phpunit.xml - Fichier de configuration des tests unitaires (PHPUnit)