<?php
class Home extends TPage {
public function onLoad(){
$this->setTitle("Test");
$this->HelloLabel->Text = "Hello World!";
}
}
?>
<html>
<com:THead>
</com:THead>
<body>
<com:TLabel ID="HelloLabel" />
</body>
</html>
Response time: 0.06 secs Transaction rate: 76.95 trans/sec