diff options
author | knut <> | 2006-07-06 19:45:32 +0000 |
---|---|---|
committer | knut <> | 2006-07-06 19:45:32 +0000 |
commit | 97dddf3cf23f7d2829d23efb9d44b746ac7d52cc (patch) | |
tree | 23c5984380a250bbe0d1163c055df2404df19649 /demos/soap/index.php | |
parent | 9cc6b7fffd31f4b9ee9aceef9224c84dcf28aeb8 (diff) |
Added a TSoapService prototype with a simple demo app
Diffstat (limited to 'demos/soap/index.php')
-rw-r--r-- | demos/soap/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/soap/index.php b/demos/soap/index.php new file mode 100644 index 00000000..009011f8 --- /dev/null +++ b/demos/soap/index.php @@ -0,0 +1,5 @@ +<?php +require_once '../../framework/prado.php'; +$application = new TApplication(); +$application->run(); +?>
\ No newline at end of file |