ez.no / ezpublish / documentation / reference / template operators / logic
These documentation pages are no longer maintained. Please visit the new documentation site.
The following table contains a list of template operators related to logical operations. Click on the name of an operator for more information about that specific operator (usage, parameters, description, examplets, etc.).
| Operator | Description |
|---|---|
| and | Evaluates all parameters until one is found to be false, retu... |
| choose | Uses the input value to pick one of the parameter elements. |
| cond | Returns the value of the first clause who's condition is true. |
| eq | Returns true if input value equals parameter - or all paramet... |
| false | Creates a false boolean. |
| first_set | Returns the first value which exists. |
| ge | Returns true if input is greater than or equal to the first p... |
| gt | Returns true if input value is greater than the first parameter. |
| le | Returns true if input is less than or equal to the first para... |
| lt | Returns true if input is less than the first parameter. |
| ne | Returns true if one or more of the input parameters do not ma... |
| not | Returns true if the input value is false. |
| null | Returns true if the input value is null (not the same as 0). |
| or | Evaluates all parameters until one is found to be true, retur... |
| true | Creates a true boolean. |
Comments