From da6ed16c34f7c3ce360299eafcb8f0114896ea60 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 1 Mar 2013 14:17:15 +0100 Subject: [PATCH] Add TODO --- class.databaserecord.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/class.databaserecord.php b/class.databaserecord.php index 9eb30d4..3b12ade 100644 --- a/class.databaserecord.php +++ b/class.databaserecord.php @@ -44,6 +44,8 @@ abstract class CPHPDatabaseRecordClass extends CPHPBaseClass public function __get($name) { + // TODO: Don't overwrite current value in uVariable when sVariable is requested and uVariable is already set. + if($name[0] == "s" || $name[0] == "u") { $actual_name = substr($name, 1);