Help
Customer Support | Forums

Directories

  • application

    LiveCart program code

    • configuration

      Various application configuration data

      • backend_menu

        Backend navigation menu

      • language

        Default translation definitions

      • registry

        Default configuration values (settings)

      • route

        Page URL configuration

    • controller

      Controller classes

    • helper

      Various application-specific helper classes - custom validation rules, view helpers, etc.

    • model

      Model classes

    • view

      Default view templates

  • cache

    Temporary data

  • framework

    Application kernel, which handles application flow by implementing lower-level functionality - requests, routing, validation, controller responses, etc.

  • installdata

    Contains database schemas and other setup data

  • library

    Various libraries

  • plugin

    All installed plugins

  • public

    The public_html content

  • storage

    Used to store permanent files (instead of temporary files, which are stored in the cache directory), which are written/created by LiveCart. Mostly used for storing modified configuration data (language translations, settings, templates, etc.)

  • test

    Unit tests

User Contributed Notes

1 comment received. Add your comment.