summaryrefslogtreecommitdiff
path: root/demos/controls/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'demos/controls/index.php')
-rw-r--r--demos/controls/index.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/controls/index.php b/demos/controls/index.php
new file mode 100644
index 00000000..2349623f
--- /dev/null
+++ b/demos/controls/index.php
@@ -0,0 +1,8 @@
+<?php
+
+require_once(dirname(__FILE__).'/../../framework/prado.php');
+
+$application=new TApplication('protected/application.xml','protected/application.cache');
+$application->run();
+
+?> \ No newline at end of file