News

Nothing too exciting: two bugfixes, including the numQueries template operator which was previously broken

It includes a new operator: getDefinedVars().

Idea taken from the show_variables extension

The allmighty objInspect() template operator has landed.

See it in action

It provides drill-down debug of any variable in a template, be it a string, a boolean, an array, a hash or a template object.

If you prefer to have your debug info out of the way and keep your html layout cherry, it can accommodate your needs too, by sending its display in the standard debug output.

Two useful new template operators are present in this new release:

  • addTimingPoint - adds a custom timing point that will be part of debug info
  • numQueries - returns the number of queries executed so far (either in main db or the cluster db)

- fixes one php harmless warning

- adds optionals labels for debug messages

- adds a new template operator that writes in the debug log the same info as the standard 'attribute()' operator