| +Using expression component tag: + |
+ |
| +Using shortcut expression tag: + | +<%= $this->Page->PagePath %> + |
| +Safeguard a static string: + |
+ |
| +Safeguard the control rendering results: + |
+ |
| +Using TStatements component tag: + |
+ |
| +Using shortcut statements tag: + | +<%% + $uid=$this->UniqueID; + echo "UniqueID is '$uid'."; +%> + |
| +Highlighting PHP statements: + |
+ |
| +Highlighting control rendering results: + |
+ |