Skip to content
QuestionDevelopment edited this page Oct 29, 2015 · 1 revision

bundle [/xesm/bundle/]

A group of functions/methods that are handy to have around. These should not have any dependencies.

core [/xesm/core/]

The system files that run the XESM CMS. In general you should not have to touch these. These files all get loaded into the container via /xesm/core/init.php

log [/xesm/log/]

Where the system logs all data to.

plugin [/xesm/plugin/]

Where the plugins are stored for XESM

script [/xesm/script/]

Files that are standalone and procedural. In general this should not be used for the normal running of your site, just to complete specific tasks.