| Syntax |
$profiler.off{} |
||||||||||||||||||
| Documentation | Disable the profiler
Parameters:
|
||||||||||||||||||
| Examples | |||||||||||||||||||
$try{$createGroup{guest_group}}{Group already exists} $try{$createUser{guest}{guest}}{User already exists} $try{$addToGroup{guest}{guest_group}}{} $grantGroupAccess{guest_group}{ACCESS_READ} $try{$sql{drop table CUSTOMER}}{} $sql{create table CUSTOMER(name varchar,firstname varchar,email varchar)} $profiler{off} $profiler{dump} Result: Returns an exact profile for executing each SITEFORUM Script Function between starting (on) and stopping (off) the profiler. 'Dump' displays the result:
|
|||||||||||||||||||
| Group | Special | ||||||||||||||||||
| Minimum required transaction-mode: | NONE | ||||||||||||||||||
| Required scripting permission of the developer | PERMISSION_FL_BASIC | ||||||||||||||||||
| Minimum parameters | 0 | ||||||||||||||||||
| Maximum parameters | 0 | ||||||||||||||||||