YAPPM stands for Yet Another PHP Plug-in Manager. This is a class that can load functionality from one of more extension plug-ins.
With this class you can execute functions defined in external plug-ins defined as classes or as a set of functions.
This class loads the functionality automatically so you do not have to include your functions. Just execute the calls to the plugged functions.
All the loaded plugins are stored in an array so you can execute functions from multiple plug-ins in the same script. |