[Solar-svn] Revision 2993

pmjones at solarphp.com pmjones at solarphp.com
Tue Mar 11 20:54:41 CDT 2008


updated comments


Modified: trunk/Solar/Filter/ValidateCompare.php
===================================================================
--- trunk/Solar/Filter/ValidateCompare.php	2008-03-12 01:52:57 UTC (rev 2992)
+++ trunk/Solar/Filter/ValidateCompare.php	2008-03-12 01:54:40 UTC (rev 2993)
@@ -43,6 +43,10 @@
      * Be sure to use this only as part of a filter chain, as it will attempt
      * to look up the other value in the filter data.
      * 
+     * 
+     * E.g., `validateCompare('email_confirm', 'email')`.  This means that
+     * when `email_confirm` is exactly null, it will validate.
+     * 
      * @param mixed $value The value to validate.  If exactly null, the 
      * validation will automatically pass.
      * 




More information about the Solar-svn mailing list