summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples/TStatements/Home.page
blob: d07bf15923eff6b7593d7010628e1e3e9ebea38a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<com:TContent ID="body">

<h1>TStatements Sample</h1>

<table class="sampletable">

<tr><td class="samplenote">
Using TStatements component tag:
</td><td class="sampleaction">
<com:TStatements>
  <prop:Statements>
  $uid=$this->UniqueID;
  echo "UniqueID is '$uid'.";
  </prop:Statements>
</com:TStatements>
</td></tr>

</table>

</com:TContent>