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