Load all plugins found in specified directory Use loadActivePlugins to load only the active plugins
Tags:
return:
on success, FALSE on failure - mErrors will contain reason for failure
access:
public
Parameters:
string
$pPluginsPath
Set the path where to scan for plugins
string
$pPrefixPattern
Perl regex for filenames can start with to prevent inclusion of unwanted filenames (e.g. (data\.|storage\.)). Final regex: /^{$pPrefixPattern}.*\.php$/