Learning: Template language for PHP developers
Table of contents:
This page lists PHP features and their counterpart in the eZ publish template language. With the term "counterpart" we do not mean the usage and features are exactly the same. We just try to list the most similar construct(s).
Variables
| PHP | Template language counterpart | 
|---|---|
| 
ezhttp  | |
| 
ezhttp  | |
| 
ezhttp  | |
Operators
Arithmetic
| PHP | Template language counterpart | 
|---|---|
Comparison
| PHP | Template language counterpart | 
|---|---|
Incrementing/decrementing
| PHP | Template language counterpart | 
|---|---|
Logical
| PHP | Template language counterpart | 
|---|---|
String
| PHP | Template language counterpart | 
|---|---|
Array
| PHP | Template language counterpart | 
|---|---|
Control structures
| PHP | Template language counterpart | 
|---|---|
Functions
The function index of the PHP manual contains all available PHP functions.
| PHP | Template language counterpart | 
|---|---|
