From 313378ad2905fc07be00183b2acc61284c1c2c39 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 18 Jun 2006 05:02:24 +0000 Subject: Add TCallbackTimer --- tests/unit/SQLMap/Dynamic/DynamicTest.php | 15 ++++++++++++++ tests/unit/SQLMap/gen.php | 33 +++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 tests/unit/SQLMap/Dynamic/DynamicTest.php create mode 100644 tests/unit/SQLMap/gen.php (limited to 'tests/unit/SQLMap') diff --git a/tests/unit/SQLMap/Dynamic/DynamicTest.php b/tests/unit/SQLMap/Dynamic/DynamicTest.php new file mode 100644 index 00000000..e3e5f245 --- /dev/null +++ b/tests/unit/SQLMap/Dynamic/DynamicTest.php @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/tests/unit/SQLMap/gen.php b/tests/unit/SQLMap/gen.php new file mode 100644 index 00000000..855172ba --- /dev/null +++ b/tests/unit/SQLMap/gen.php @@ -0,0 +1,33 @@ +{$prop}; }\n"; + $setter = "\tpublic function set{$name}(\$value){ \$this->{$prop} = \$value; }\n"; + echo $getter.$setter."\n"; + } +} + +?> \ No newline at end of file -- cgit v1.2.3