The wiki page (id = books_cfg_ini) is empty.
[ezpdo | books_cfg_ini]
December 11th, 2005Configuration options
December 10th, 2005
Here is a list of available configuration options supported in EZPDO.
Configuration options can be specified in either
an XML file or
an .ini file (since 1.1.0).
Option
Value
Default
Since
Description
[…]
Sample configuration file (.ini)
December 10th, 2005The intput directory that contains class source files to be compiled
; Use commma for multiple directories
source_dirs = classes
; Whether to compile subdirs recursively: true(default)|false
recursive = true
; The output directory that the compiled runtime […]