summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2013-10-26 10:33:18 +0200
committerFabio Bas <ctrlaltca@gmail.com>2013-10-26 10:33:18 +0200
commit705737294ee53b5b1a2f2a832a20ee3bd11691ab (patch)
tree544b3e4ebce6fbae833ddb4c90563b896ca5cf6c
parent8508ed4392d8b704f72daf439cf4c07010cc7d99 (diff)
Small fix for the quickstart tutorial
-rwxr-xr-xdemos/quickstart/protected/pages/GettingStarted/HelloWorld.page1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/HelloWorld.page b/demos/quickstart/protected/pages/GettingStarted/HelloWorld.page
index c69921f8..557aa46d 100755
--- a/demos/quickstart/protected/pages/GettingStarted/HelloWorld.page
+++ b/demos/quickstart/protected/pages/GettingStarted/HelloWorld.page
@@ -60,6 +60,7 @@ $application->run(); // run the application
</li>
<li><tt>Home.php</tt> - page class for the <tt>Home</tt> page. It mainly contains the method responding to the <tt>OnClick</tt> event of the button.
<com:TTextHighlighter CssClass="source block-content" id="code_50005">
+<?php
class Home extends TPage
{
public function buttonClicked($sender,$param)