| Issue 13: | error in Client.php | |
| 2 people starred this issue and may be notified of changes. | Back to list |
in Client.php, this code is incorrect
function get_clientID() {
return $this->id;
}
the instance variable is named clientID. When I run testDbClient.php, an error message about this appears in the error log
make sure these kinds of simple errors are eliminated before you commit
Apr 2, 2014
Project Member
#1
LenFle...@gmail.com
Apr 2, 2014
I'll handle this one. |