FiLMS modules

Modules

  • Consist of a single directory starting with "FM_"
  • Must contain a class file with the same name as the directory
  • This class should follow the example module and contains 4 required functions

Module Functions

Install

  • this function is where applicatonSettings and Detail Fields are defined and where SQL needed for the module to function is run

Uninstall

  • this function is where everything done by the install is reversed (clear fields, delete tables, etc...)

Initialize

  • This function is where the events and pages this module acts upon are defined

LaunchEvent

  • This is where the modification of the page is done, this can lead to more .php files if the module requires them


List available in the left-side menu