ezdebug_template_operator

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()

This project has no reviews yet. Be the first one to review it!

No forum messages yet.