string smarty_function_debug_backtrace(
array $params, object &$smarty)
|
|
Smarty function to generate a backtrace for debugging purposes.
Available parameters:
- fulltrace include parts of stack trace after the call to the error handler -
by default these are excluded as they're not relevant
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |