The ds/X Directory Structure
Program Directory: Usually installed under /search or equivalent.
/root (Installation Directory)
application.php
admin.php
/lib
/plugins
/applications
/include
Various .css and .js files needed by the application
/images
Images used by the application internally
/data
config.php
Some Explanations and notes.
/lib directory.
This directory, and all subdirectories (noted in blue above) will only be present when a source code license has been purchased. This is where all of the ds/X Source modules are located. You shouldn't need to alter anything in this directory at all. On compiled versions, the contents/logic in these directories is compiled into the .php applications already.
/lib/plugins
This is where custom plugin modules are stored. As you'll learn later in this API Documentation, The Jet is template driven, and a major part of the functionality provided within the tempaltes is driven by "Plugins". In this directory, you will store your application's "Plugin" code, which will supply the HTML for the end user, based on the templates.
/lib/applications directory.
This is where application logic modules are stored. Every application written for The Jet Engine lives in their own sub-directory of the "/lib/applications/" directory. When you create your own application/module, you'll be working from a single directory here.
This help file was created with an unregistered evaluation copy of Help & Manual. © EC Software. All rights reserved. This message will not appear if you compile this help file with the registered version of Help & Manual.