[cvs] [Wiki] changed: Doc/Dev/Configuration

Jan Schneider jan at horde.org
Sat Aug 6 15:14:11 PDT 2005


jan  Sat, 06 Aug 2005 15:14:11 -0700

Modified page: http://wiki.horde.org/Doc/Dev/Configuration
New Revision:  1.1
Change log:  To be continued

@@ -1 +1,6 @@
++ 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.


More information about the cvs mailing list