This package allows applications to call helper functions that are loaded dynamically.
It provides a class overloading function to handle static function calls that checks if it exists a script in a helper directory with the name of the static function that is called.
If it script exists, the class loads the script and it automatically calls a function that it contains to execute the code of the called function.
If the script does not exist, it may load it dynamically from a remote site from a given URL. |