Home » Database » DB_DataObject » Bug #4827
Validation methods don't use correct capitalization
Details
| Submitted | 2005-07-13 20:30 UTC |
|---|---|
| From | tony at freixas dot org |
| Status | No Feedback |
| Package | DB_DataObject |
| PHP Version | 4.3.4 |
| OS | Windows 2000 |
| Roadmaps | (Not assigned) |
Comments
[2005-07-13 20:30 UTC] tony at freixas dot org
Description:
------------
DB_DataObject: 1.7.15:
I have a column named "WebSite".
The auto-generated field name is $WebSite.
The auto-generated validate skeleton for the field is validateWebsite(). I would expect it to be validateWebSite(). In other words, the case of the function name doesn't match the case of the field name.