From 4b78404c20490a615459267426ce9e6737bf4485 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 14 Jul 2006 09:20:45 +0000 Subject: Moving files. --- demos/sqlmap/protected/business-objects/Person.php | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 demos/sqlmap/protected/business-objects/Person.php (limited to 'demos/sqlmap/protected/business-objects/Person.php') diff --git a/demos/sqlmap/protected/business-objects/Person.php b/demos/sqlmap/protected/business-objects/Person.php new file mode 100644 index 00000000..ad9da4b3 --- /dev/null +++ b/demos/sqlmap/protected/business-objects/Person.php @@ -0,0 +1,26 @@ +_birthDate; + } + + public function setBirthDate($value) + { + $this->_birthDate = $value; + } +} + +?> \ No newline at end of file -- cgit v1.2.3