mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +02:00
tweak
This commit is contained in:
@@ -39,6 +39,9 @@ Many other combinations are allowed
|
|||||||
{$foo.bar.baz[4]}
|
{$foo.bar.baz[4]}
|
||||||
{$foo->bar($baz,2,$bar)} <-- passing parameters
|
{$foo->bar($baz,2,$bar)} <-- passing parameters
|
||||||
{"foo"} <-- static values are allowed
|
{"foo"} <-- static values are allowed
|
||||||
|
|
||||||
|
{* display the server variable "SERVER_NAME" ($_SERVER['SERVER_NAME'])*}
|
||||||
|
{$smarty.server.SERVER_NAME}
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</example>
|
</example>
|
||||||
|
Reference in New Issue
Block a user