nrueckmann / smarty-php

Automatically exported from code.google.com/p/smarty-php
0 stars 0 forks source link

Access to Smarty root variables assigned after the template has been created #131

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. fetch any template
2. assign variable in Smarty root scope
3. try to get variable contents in template

What is the expected output? What do you see instead?
Expected is to get any value. There is nothing instead. Variable is not visible 
to the template.

What version of the product are you using? On what operating system?
3.1.13 - Linux

Please provide any additional information below.
Similar description here: http://www.smarty.net/forums/viewtopic.php?p=78819

Original issue reported on code.google.com by mariusz....@acx.com.pl on 17 Feb 2013 at 9:14