ez projects / ezdebug_template_operator / 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.
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:
- 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