mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-02 17:34:26 +02:00
minor docs improvement
This commit is contained in:
@@ -32,9 +32,7 @@ The following is a list of recognized operators, which must be
|
|||||||
separated from surrounding elements by spaces. Note that items listed in
|
separated from surrounding elements by spaces. Note that items listed in
|
||||||
\[brackets\] are optional. PHP equivalents are shown where applicable.
|
\[brackets\] are optional. PHP equivalents are shown where applicable.
|
||||||
|
|
||||||
## Qualifiers
|
| Operator | Alternates | Syntax Example | Meaning | PHP Equivalent |
|
||||||
|
|
||||||
| Qualifier | Alternates | Syntax Example | Meaning | PHP Equivalent |
|
|
||||||
|--------------------|------------|----------------------|--------------------------------|--------------------|
|
|--------------------|------------|----------------------|--------------------------------|--------------------|
|
||||||
| == | eq | $a eq $b | equals | == |
|
| == | eq | $a eq $b | equals | == |
|
||||||
| != | ne, neq | $a neq $b | not equals | != |
|
| != | ne, neq | $a neq $b | not equals | != |
|
||||||
|
Reference in New Issue
Block a user