PEAR is archived and read-only

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

Home » HTML » HTML_QuickForm » Bug #6688

documentation for "compare" rule in QF incomplete

Details

Request #6688documentation for "compare" rule in QF incomplete
Submitted2006-02-03 21:28 UTC
Fromjam at zoidtechnologies dot com
Assignedavb
StatusClosed
PackageHTML_QuickForm
PHP Version5.0.4
Roadmaps(Not assigned)

Comments

[2006-02-03 21:28 UTC] jam at zoidtechnologies dot com

Description:
------------
I find the ability to do other kinds of comparisons besides "==" when I am using QF quite handy. just today I wanted to add a feature to my sites wherein the password cannot be the same as the loginid. I searched a bit through the QF docs and found *no mention* of the ability to pass an argument to compare (in my case "neq") that will show an error if two fields are not equal. there are a couple of other comparisons the built-in compare rule does that might be useful to people. I'd like the documentation and examples updated to reflect this feature.

this bug report appears to be *related* to #211.