S
S
semki0962017-04-28 09:02:12
PHP
semki096, 2017-04-28 09:02:12

How to output $_SESSION in Twig template?

How to output $_SESSION in Twig template?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2017-04-28
@semki096

$twig = new Twig_Environment(...);    
$twig->addGlobal('session', $_SESSION);
// в шаблоне доступ через {{ session.key }}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question