summaryrefslogtreecommitdiff
path: root/demos/hangman/index.php
diff options
context:
space:
mode:
authorxue <>2005-12-10 02:02:10 +0000
committerxue <>2005-12-10 02:02:10 +0000
commit1f1f96b7e143973e7da69fc01ebd6721f62e291c (patch)
tree342915f87c904d8a79a853101ad9d176051a588b /demos/hangman/index.php
parent662547dc4c6c493c1c89f888e3ef73667ea783c4 (diff)
Diffstat (limited to 'demos/hangman/index.php')
-rw-r--r--demos/hangman/index.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/hangman/index.php b/demos/hangman/index.php
new file mode 100644
index 00000000..8ec5d000
--- /dev/null
+++ b/demos/hangman/index.php
@@ -0,0 +1,8 @@
+<?php
+
+$basePath=dirname(__FILE__);
+require_once($basePath.'/../../framework/prado.php');
+$application=new TApplication($basePath.'/protected/application.xml');
+$application->run();
+
+?> \ No newline at end of file