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....
View ArticleRegex 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...
View ArticleKohana 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...
View ArticleValidatish – 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...
View ArticleUsing Symfony Validators outside the Symfony Framework
While we are quite doing fine with our current framework, we are stuck in terms of data validation especially when validation is done deep inside several layers of model classes. I’ve been thinking of...
View Article