summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Fundamentals/Samples/HelloWorld/Home.php
diff options
context:
space:
mode:
authorxue <>2005-12-28 21:12:54 +0000
committerxue <>2005-12-28 21:12:54 +0000
commit3faa0d7fd4dc3442330c6037886d300412934cd1 (patch)
treee7ad161a39aec116152bc3f3f7734350b228f29a /demos/quickstart/protected/pages/Fundamentals/Samples/HelloWorld/Home.php
parentf481e13ebf72336ed2dc90c8ec9f5d4db5b62664 (diff)
Diffstat (limited to 'demos/quickstart/protected/pages/Fundamentals/Samples/HelloWorld/Home.php')
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/Samples/HelloWorld/Home.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Fundamentals/Samples/HelloWorld/Home.php b/demos/quickstart/protected/pages/Fundamentals/Samples/HelloWorld/Home.php
new file mode 100644
index 00000000..b1a7f991
--- /dev/null
+++ b/demos/quickstart/protected/pages/Fundamentals/Samples/HelloWorld/Home.php
@@ -0,0 +1,11 @@
+<?php
+
+class Home extends TPage
+{
+ public function buttonClicked($sender,$param)
+ {
+ $sender->Text="Hello World";
+ }
+}
+
+?> \ No newline at end of file