Wh1t3projects' PHP framework. Small PHP framework for building web apps and websites
Syntax: kernel_checkIfModuleIsValid(string $moduleName)
Check if the specified module exist and is (seem) usable as a framework module. It works by checking if init.php exist and we can read it. No syntax check is done.
Parameters
moduleName
The name of the module to check.
Return values
TRUE will be returned if the module exist and is (seem) usable. FALSE otherwise
Examples:
No example available