From c7d41e5bea4a5f96979a08da9cc9f79355edfe70 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 16 Jul 2006 06:19:36 +0000 Subject: Update Time Tracker demo. --- demos/sqlmap/protected/business-objects/Person.php | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 demos/sqlmap/protected/business-objects/Person.php (limited to 'demos/sqlmap/protected/business-objects') diff --git a/demos/sqlmap/protected/business-objects/Person.php b/demos/sqlmap/protected/business-objects/Person.php deleted file mode 100644 index ad9da4b3..00000000 --- a/demos/sqlmap/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