[SMARTY] Using constants dynamically - Plugin?
Erik Schmitt <[email protected]>
| Newsgroups | gmane.comp.php.smarty.general |
|---|---|
| Organization | eNovum GmbH |
| Message-ID | <[email protected]> |
Hello,
I have a file with defined constants:
- conf -------------------
hello=Hallo
sleep=schlafen
- /conf ------------------
And I want to access these dynamically like this:
{foreach from=$values key=key item=item}
{#$item#}
{/foreach}
Problem is that {#$item#} ends up with an error.
I tried to use combine the eval()- and the
assign()-functions to get the desired result
but nothing worked.
Can anyone give me a hint? Of course
I could write block-plugin but I do not like
the idea. I am looking for something very
easy with no "syntactical overhead".
Is it possible to write a plugin that works
like {##$item##} on my own?
Thanks!
Erik
--
Smarty General Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php