PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_DataObject » Bug #4827

Validation methods don't use correct capitalization

Details

Submitted2005-07-13 20:30 UTC
Fromtony at freixas dot org
StatusNo Feedback
PackageDB_DataObject
PHP Version4.3.4
OSWindows 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.