View difference between Paste ID: 6UHhnmaK and X9ZE9Rqe
SHOW: | | - or go back to the newest paste.
1-
<?php
1+
2
// If it was done simply
3-
// I want just render some template from memory with engine I use for rendering templates.
3+
$engine = clone $this->latteEngine;
4-
// I want to reuse already configured engine with macros, helpers and other stuff.
4+
$engine->setLoader(new Latte\Loaders\StringLoader);
5
$engine->render($content, $parameters);