Looks up a module in the global module cache
function check_module ( $module_name, $version = NULL )
Register a dynamic module with phpwebtools’ module caching functions.
function register_module ( $module_name )
Look up the name of a file associated with a module class
function resolve_module ( $module_name )
Execute an arbitrary method in a module
function module_function ( $module_name, $function, $params = "" )