How to escape into and use raw php in Latte in Nette , eg can be used for debugging and other non standard, not best practices cases , logging and what not as its not standard, and rather in edge or debugging cases perhaps obviously
How to , is it possible to escape into and use raw php in Latte templates in Nette?
577 Views Asked by FantomX1 At
2
For debugging purposes, there should be enought build-in
{dump}
or{dump $var}
macro.https://latte.nette.org/en/tags#toc-dump