mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
wording clarification
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
Smarty will recognize <link
|
||||
linkend="api.assign">assigned</link>
|
||||
<link linkend="language.syntax.variables">variables</link>
|
||||
embedded in double quotes so long as
|
||||
the variables contain only numbers, letters, underscores and brackets [].
|
||||
With any other characters (period, object reference, etc.) the variable must
|
||||
be surrounded by backticks. You cannot embed
|
||||
embedded in double quotes so long as the variable name contains only numbers,
|
||||
letters, underscores and brackets []. With any other characters (period,
|
||||
object reference, etc.) the variable must be surrounded by backticks. You
|
||||
cannot embed
|
||||
<link linkend="language.modifiers">modifiers</link>,
|
||||
they must always be applied outside of quotes.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user