base.php
Folks base application file.
This file brings in all of the dependencies that every Folks script will need, and sets up objects that all scripts use.
Table of Contents
- FOLKS_BASE = __DIR__ . '/..'
- HORDE_BASE = __DIR__ . '/../..'
Constants
FOLKS_BASE
    public
    mixed
    FOLKS_BASE
    = __DIR__ . '/..'
        
        
    
HORDE_BASE
    public
    mixed
    HORDE_BASE
    = __DIR__ . '/../..'