wpalchemy
wpalchemy copied to clipboard
Data type / format validation.
I was just wondering if you implemented anything like data validation in the class yet ?
If it's not the case I think it would be a great addition.
Just dropping my 2 cents here ;-)
edit: I just read myself again - what I meant is more checking for data type (string, int, float, ..) or string format (email, phone number, ...). That could even be achieved using the new input type in html 5.
Would anybody find this useful ?
John, no validation is currently done in the class. I like the idea, and equally would like to keep it very basic. I've marked this as a feature and I'll review it again.
Feel free to give me direction if you need some help ;-)