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/gen.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/unit/SQLMap/gen.php (limited to 'tests/unit/SQLMap/gen.php') 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