Developing modules
Guide on how to develop modules for saaster
Last updated
Guide on how to develop modules for saaster
Last updated
We assume that by now you know what the scenarios are in saaster. If not, please read chapter.
If you donβt know what a module is, please read this chapter:
We have already taken a few things off your hands when developing modules. Please first so that all the necessary files are created.
After you have added the module, you will find a new folder in the "modules" folder with the name you have given it. It contains the following files:
login_include.cfm
navigation.cfm
settings.cfm
If you want to run some functions or processes after a customer logs in, you can do this in the login_include.cfm file. This file is called at the last position after the login.
The file navigation.cfm is included in the main menu. You can add to it and use it as you wish.
In this file you develop the mask for all settings of the module that the customer can make. Those settings can be accessed by the customer via the navigation or the module overview.