Back
Application Recipe
Skeleton
Nag base.php
Forward


A skeleton Horde application consists of the following:

README                  Application README text file
index.php               Application index script
config/
    conf.php            Main application configuration file
    html.php            HTML / CSS style definitions
    mime_drivers.php    Any application-specific MIME Viewers
    prefs.php           Application preferences
docs/
    CHANGES             Development changelog
    INSTALL             Installation documentation
graphics/
    application.gif     Application icon
lib/
    Application.php     Main application code library
    api.php             Methods to be exposed to other applications
    base.php            Common script dependencies
    version.php         Application version information
template/
    common-header.inc   Common page header template
    common-footer.inc   Common page footer template