ez projects / ezdebug_template_operator
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| ezdebug_template_operator | Gaetano Giunta | stable | 0.5 | 4.x |
Template operators implemented so far are:
example usage:
{concat("Current node: ",$node.node_id)|eZDebug()} {"ASSERT FAILED: WE SHOULD NEVER BE HERE!"|eZDebug('error')} {$unknown_object_here)|objDebug()} {concat('Queries executed so far: ',numQueries())|eZDebug()
Other extensions that provide similar functionality are: ezdbug, bysoftdeveloper, show_variables, dynamic_debug
version 0.6 of the "eZDebug template operator" extension released
Tuesday 05 June 2012 23:56
Gaetano Giunta