Using complex variables in {foreach from="$var.element"} etc.
Dmitry Koteroff <[email protected]>
| Newsgroups | gmane.comp.php.smarty.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello.
{foreach from="$array.elements"}...{/foreach}
does not work. Compiled code is
if (count($_from = (array)($this->_tpl_vars['array']).".elements")): foreach ($_from...
instead of
if (count($_from = (array)($this->_tpl_vars['array']["elements"]))): foreach ($_from...
All other tags work the same manner (including assign).
The question is - how could I extract any element from array, in
any function (not only foreach and insert)?
Seems it is impossible at all? :-(
--
Best regards,
Dmitry Koteroff.
--
Smarty Development Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php