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