From 87aaba0aa45ea3ead27966923fa5702817731e7d Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 2 Apr 2006 00:34:32 +0000 Subject: Added hello world demo. --- demos/helloworld/index.php | 18 ++++++++++++++++++ demos/helloworld/protected/.htaccess | 1 + demos/helloworld/protected/pages/Home.page | 16 ++++++++++++++++ demos/helloworld/protected/pages/Home.php | 11 +++++++++++ 4 files changed, 46 insertions(+) create mode 100644 demos/helloworld/index.php create mode 100644 demos/helloworld/protected/.htaccess create mode 100644 demos/helloworld/protected/pages/Home.page create mode 100644 demos/helloworld/protected/pages/Home.php (limited to 'demos/helloworld') diff --git a/demos/helloworld/index.php b/demos/helloworld/index.php new file mode 100644 index 00000000..43c0b436 --- /dev/null +++ b/demos/helloworld/index.php @@ -0,0 +1,18 @@ +run(); + +?> \ No newline at end of file diff --git a/demos/helloworld/protected/.htaccess b/demos/helloworld/protected/.htaccess new file mode 100644 index 00000000..e0198322 --- /dev/null +++ b/demos/helloworld/protected/.htaccess @@ -0,0 +1 @@ +deny from all diff --git a/demos/helloworld/protected/pages/Home.page b/demos/helloworld/protected/pages/Home.page new file mode 100644 index 00000000..97702e67 --- /dev/null +++ b/demos/helloworld/protected/pages/Home.page @@ -0,0 +1,16 @@ + + + +Hello World Demo - Prado + + + + + + + + + + + + \ No newline at end of file diff --git a/demos/helloworld/protected/pages/Home.php b/demos/helloworld/protected/pages/Home.php new file mode 100644 index 00000000..432c2ee7 --- /dev/null +++ b/demos/helloworld/protected/pages/Home.php @@ -0,0 +1,11 @@ +Text="Hello World!"; + } +} + +?> \ No newline at end of file -- cgit v1.2.3