Home » HTML » HTML_QuickForm » Bug #6688
documentation for "compare" rule in QF incomplete
Details
| Request #6688 | documentation for "compare" rule in QF incomplete |
|---|---|
| Submitted | 2006-02-03 21:28 UTC |
| From | jam at zoidtechnologies dot com |
| Assigned | avb |
| Status | Closed |
| Package | HTML_QuickForm |
| PHP Version | 5.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.