Procedural File: debug.lib.inc.php
Source Location: /main/inc/lib/debug.lib.inc.php
Page Details:
This is the debug library for Dokeos.
Include/require it in your code to use its functionality. debug functions
Tags:
debug [line 41]
html debug(
$variable $variable)
|
|
This function displays the contend of a variable, array or object in a nicely formatted way.
Tags:
Parameters
| $variable |
$variable |
a variable, array or object |
debug_course [line 55]
This function displays all the information of the dokeos $_course array This array stores all the information of the current course if the user is in a course. This is why this array is used to check weither the user is currently is in the course.
Tags:
debug_paths [line 78]
This function displays an overview of the different path constants that can be used with the api_get_path function
Tags:
debug_user [line 67]
This function displays all the information of the dokeos $_user array This array stores all the information of the current user.
Tags:
printVar [line 101]
void printVar(
$var, [ $varName = "@"])
|
|
Parameters
|