6.0.0-git
2024-04-25
Last Modified 2005-08-06 by Jan Schneider

Configuration files

All applications' configuration files are inside the applications' config/ directories. All configuration files are valid PHP files. This has the drawback that they are more difficult to edit, and that administrators might create invalid PHP code, leading to parsing errors and breaking the applications.

But there are several good reasons for making configuration files PHP code:

  • There is no overhead in parsing the files, they provide configuration data in a format that can be used in the applications immediately.