Navigation:  "The Jet Engine" PHP Application Framework > Creating a Jet Engine Application >

Required Files

Previous pageReturn to chapter overviewNext page

JET Applications consist of, at a minimum 3 program/module files and 2 configuration files.

 

Each is introduced to you below, and explained in greater detail later in the documentation.

These files are created for you automagically when you create a new application from within the control panel.

 

/lib/applications/yourappname/admin.php

The administrative functionality for your program

 

/lib/applications/yourappname/application.php

The front-end "brains" behind your program.  This is all of your logic, data manipulation functions, etc.

 

UNREGISTERED EVALUATION VERSION

This is the output sections of your program --- the functions that drive the PLUGINS in your templates

 

/lib/applications/yourappname/config.json

All of the configuration options required for your module.  These will later be stored in the $config global variable.

 

/lib/applications/yourappname/menu.json

Menu items -- these appear in the main admin.php menu, and link to your various admin program functions and methods.


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.