[Solar-svn] Revision 2576

pmjones at solarphp.com pmjones at solarphp.com
Tue Jul 10 14:02:28 CDT 2007


updated comments


Modified: trunk/Solar/DataFilter.php
===================================================================
--- trunk/Solar/DataFilter.php	2007-07-10 19:01:56 UTC (rev 2575)
+++ trunk/Solar/DataFilter.php	2007-07-10 19:02:28 UTC (rev 2576)
@@ -554,6 +554,8 @@
      * Validates that the value is null, or is a string composed only of
      * whitespace.
      * 
+     * Ignores the [[$_require]] setting.
+     * 
      * Non-strings and non-nulls never validate as blank; this includes
      * integers, floats, numeric zero, boolean true and false, any array with
      * zero or more elements, and all objects and resources.
@@ -1089,10 +1091,10 @@
      * 
      * Validates that the value is not blank whitespace.
      * 
-     * Boolean, integer, and float types are never "blank".
+     * Ignores the [[$_require]] setting.
      * 
-     * All other types are converted to string and trimmed; if '', then the
-     * value is blank.
+     * Boolean, integer, and float types are never "blank". All other types are
+     * converted to string and trimmed; if '', then the value is blank.
      * 
      * @param mixed $value The value to validate.
      * 




More information about the Solar-svn mailing list