Answer the question
In order to leave comments, you need to log in
twig template engine?
Hello, why does the Twig templating engine output the template name and not its content?
require_once 'vendor/autoload.php';
Twig_Autoloader::register();
$view = $_SESSION['view'];
$loader = new Twig_Loader_String("templates/$view");
$twig = new Twig_Environment($loader, array(
'cache' => 'templates/_GlobalCache',
'auto_reload' => true
));
echo $twig->render('index.php', array(
'user' => $_SESSION['ref']
));
Answer the question
In order to leave comments, you need to log in
Try this option here.
www.masterskayafanstranic.com.ua/kak-izmenit-nazva...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question