Tag Archives: validator

Validatish – a Python validation library

I was looking for a good validation library in Python and then I found validatish. As usual, it uses exceptions every time it encounters an error. I like its simplicity and ease of use. Below is how I used it … Continue reading

Posted in Python | Tagged , , , | Leave a comment

Custom Validator Suite – Zend Framework

In Zend Framework, there are already tons of validators under Zend_Validate. In Zend_Form, you can attach validators, as a result, you can have a validator suite ready. However, I don’t use Zend_Form and I just don’t like how validations are … Continue reading

Posted in Programming, Zend Framework | Tagged , , , , | 1 Comment