library.php
Module Development (Form Tools 3)
Every module must contain a library.php
file in the module root folder. This file should include
all classes and all code that your module needs to execute. This file is automatically imported when you do
the Modules::initModulePage() call
in your module pages.
Here's a simple bare-bones example, taken from the Hello World module.