Definition at line 131 of file module_view.inc.
◆ CodeModuleView()
CodeModuleView::CodeModuleView |
( |
|
$module | ) |
|
◆ drawView()
CodeModuleView::drawView |
( |
|
$cssClass = "" | ) |
|
Definition at line 138 of file module_view.inc.
150 global $menu_identifier;
155 if ($this->module->php_code_file)
161 $codePath = explode(
",", $this->module->php_code_file);
162 if (count($codePath) == 2)
164 $name = $codePath[0];
165 $php_code_file = $codePath[1];
172 include
$path.
"/{$php_code_file}";
185 include
$config[
'homedir'].
"/{$this->module->php_code_file}";
189 $output = trim(ob_get_contents());
FakoliException is the base exception class for all Fakoli errors.
static coreTraceLevel()
Change to the configured trace level for Fakoli core code.
static getComponents()
Retrieve an array of all the currently enabled components, indexed by component name.
static applicationTraceLevel()
Change to the configured trace level for application code.
$method
Pull out a simple reference to the request method.
The documentation for this class was generated from the following file: