Development : new tools for debugging in the new class \Noalyss\Dbg (dbg.php);
This commit is contained in:
parent
64a7b20df7
commit
50dcb029ff
20 changed files with 154 additions and 86 deletions
|
|
@ -81,9 +81,9 @@ if ( DEBUGNOALYSS > 1 ) {
|
|||
/**
|
||||
* Debug Design
|
||||
*/
|
||||
debug_show_size();
|
||||
debug_show_request();
|
||||
debug_show_global();
|
||||
\Noalyss\Dbg::display_size();
|
||||
\Noalyss\Dbg::display_request();
|
||||
\Noalyss\Dbg::display_global();
|
||||
} //<--- if DEBUG
|
||||
$g_parameter=new Noalyss_Parameter_Folder($cn);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue