]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojo/tests/resources/testClass.php
Replace Dojo with jQuery
[eow] / static / dojo-release-1.1.1 / dojo / tests / resources / testClass.php
diff --git a/static/dojo-release-1.1.1/dojo/tests/resources/testClass.php b/static/dojo-release-1.1.1/dojo/tests/resources/testClass.php
deleted file mode 100644 (file)
index acf7f16..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-class testClass {
-
-       function myecho ($somestring) {
-               return "<P>" . $somestring . "</P>";
-       }
-
-       function contentB () {
-               return "<P>Content B</P>";
-       }
-
-       function contentC () {
-               return "<P>Content C</P>";
-       }
-
-       function add($x,$y) {
-               return $x + $y;
-       }
-}
-?>