Tag Archives: validation
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
Kohana 3.1 Validation Adventures
Just today, I have setup Kohana unittest module for CLI and decided to dive into the validation class and look for hints for the migration. Because I was not that busy, I played the Kohana_Validation class with unit tests and … Continue reading
Regex Newbie – First Lesson
Just a quick post before I leave. During the holiday season, I managed to study some regular expression and come up with few lessons learned. A good start for a regex newbie like me. Creating code name from text I’m … Continue reading
Zend Date Validations Don’t Work After Upgrading to 1.7
We have developed our ongoing application in Zend Framework 1.6.0 and later upgrade it to 1.6.2. After 2 months, Zend released their version 1.7. With no hesitation, I upgraded our application. However, the date validation didn’t work anymore. Here is … Continue reading




