You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ere Maijala edited this page Jul 6, 2017
·
6 revisions
Directory Structure
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.