-
Notifications
You must be signed in to change notification settings - Fork 32
Directory Structure
Ere Maijala edited this page Jul 6, 2017
·
6 revisions
RecordManager directory structure is comprised of the base directory and a few subdirectories. The base directory contains the scripts that are used to drive RecordManager functions. See the Command Line Reference for more information on the command line tools. The subdirectories serve different functions:
| src | The PHP classes including drivers for different record formats |
| conf | All configuration files |
| dbscripts | Database structure initialization scripts |
| mappings | Field value mapping files |
| transformations | XSL transformations and their accompanying files |
See Record Drivers for more information on how the record drivers work.