PHP Classes

FlexValidator

Recommend this page to a friend!

      Flex Validator  >  All threads  >  FlexValidator  >  (Un) Subscribe thread alerts  
Subject:FlexValidator
Summary:Errors-Problems
Messages:5
Author:Frankie P
Date:2014-03-16 16:33:24
Update:2014-04-10 00:38:46
 

  1. FlexValidator   Reply   Report abuse  
Picture of Frankie P Frankie P - 2014-03-16 16:33:24
Did anyone get this to work?

Email error every time.
Password too weak every time.

Need docs!!

  2. Re: FlexValidator   Reply   Report abuse  
Picture of wiki chua wiki chua - 2014-03-17 08:22:09 - In reply to message 1 from Frankie P
Hi, sorry forgot to put some notices, this require PHP version 5.3 ahead.
for your error, you can change to array( for [

  3. Re: FlexValidator   Reply   Report abuse  
Picture of wiki chua wiki chua - 2014-03-17 08:24:14 - In reply to message 1 from Frankie P
for the password validation, u can create your own rules, example, just somehow extend ur password rule and perform any regex check

  4. Re: FlexValidator   Reply   Report abuse  
Picture of OSWALDO OLEA OSWALDO OLEA - 2014-04-09 13:54:30 - In reply to message 2 from wiki chua
I have PHP 5.3.1 and still get a sequence of errors in many files, got tire of changing array( for [
why [] instead of array()....?

  5. Re: FlexValidator   Reply   Report abuse  
Picture of wiki chua wiki chua - 2014-04-10 00:38:46 - In reply to message 4 from OSWALDO OLEA
sorry that i was lazy to type extra. i will change to array( in the next update. sorry about this