FUEL CMS User Guide : Version 1.5.2


FUEL Constants

In addition to the CodeIgniter constants, FUEL CMS provides the following:

Constants for Advanced Modules

When creating an advanced module, you should also create a constants file at /fuel/modules/{module}/config/{module}_constants.php with at least the following constants:

define('{MY_MODULE}_VERSION', '1.0');
define('{MY_MODULE}_FOLDER', 'my_module');
define('{MY_MODULE}_PATH', MODULES_PATH.{MY_MODULE}_FOLDER.'/');