summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Fundamentals/Samples/HelloWorld/Home.php
diff options
context:
space:
mode:
authorxue <>2006-04-16 03:42:50 +0000
committerxue <>2006-04-16 03:42:50 +0000
commit4f15d896ab3af600d28a6e75b0240d49d8e023f1 (patch)
treee68fe9c16f4ed5bb88014e0ac96a0f3f80722174 /demos/quickstart/protected/pages/Fundamentals/Samples/HelloWorld/Home.php
parent2d8bce4d650b1c6d7144e65dbb68088515cf989c (diff)
Rewrote Hello World tutorial.
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, 0 insertions, 11 deletions
diff --git a/demos/quickstart/protected/pages/Fundamentals/Samples/HelloWorld/Home.php b/demos/quickstart/protected/pages/Fundamentals/Samples/HelloWorld/Home.php
deleted file mode 100644
index b1a7f991..00000000
--- a/demos/quickstart/protected/pages/Fundamentals/Samples/HelloWorld/Home.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-class Home extends TPage
-{
- public function buttonClicked($sender,$param)
- {
- $sender->Text="Hello World";
- }
-}
-
-?> \ No newline at end of file