ezdebug_template_operator
Last updated: Saturday 20 September 2025 22:20
UNIX name |
Owner |
Status |
ezdebug_template_operator |
Gaetano Giunta |
stable
|
Version |
Compatible with |
0.3
|
4.x
|
This extension adds new template operators, useful for development / debugging.
Template operators implemented so far are:
- eZDebug
- objDebug
- addTimingPoint
- numQueries
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()
version 0.3 released of the "eZDebug template operator" extension
Thursday 17 June 2010 06:24
Gaetano Giunta