2.3.3. Module file structure

2.3.3.1. Introduction

This section describes the file structure of Phorum modules. This structure contains things like the module information, hook functions and possibly additional stuff like templates, translations, modules settings, images, scripts, classes, etc.

If your module only needs module information and hook functions to function, it is possible to use the single file structure. If you need more than that, then use the multiple file structure.