diff options
author | xue <> | 2005-11-16 13:33:17 +0000 |
---|---|---|
committer | xue <> | 2005-11-16 13:33:17 +0000 |
commit | 749dec2fcae7b8cdd86ecc923b1af3abfadbcde2 (patch) | |
tree | b31617a60b7884ce6a7292896c5b7b17cdbf9754 /demos/personal/index.php | |
parent | f5294995a9324d8e748b2f5520fb43675d1e54fe (diff) |
Diffstat (limited to 'demos/personal/index.php')
-rw-r--r-- | demos/personal/index.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/personal/index.php b/demos/personal/index.php new file mode 100644 index 00000000..d5f7caf3 --- /dev/null +++ b/demos/personal/index.php @@ -0,0 +1,8 @@ +<?php
+
+require_once(dirname(__FILE__).'/../../framework/prado.php');
+
+$application=new TApplication(dirname(__FILE__).'/protected/application.xml',dirname(__FILE__).'/protected/application.cache');
+$application->run();
+
+?>
\ No newline at end of file |