Home » Database » DB_DataObject » Bug #133
debug notices for debugging not existant variables
Details
| Submitted | 2003-10-21 12:18 UTC |
|---|---|
| From | wolfgang at stagl dot at |
| Assigned | alan_k |
| Status | Closed |
| Package | DB_DataObject |
| PHP Version | 4.3.3 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2003-10-21 12:18 UTC] wolfgang at stagl dot at
Description:
------------
Hi !
in DataObject.php line 214 the $keys variable is serialized, but if none are defined a php Notice is thrown ... because $keys is not defaulted with any value ...
possibly not really a bug, but i want my software to report any notice also te write code as clean as possible, and i do not want to change error handling configuration ...
by the way .. let me tell you that i really like it using that package !