I came accross MongoDB a few months ago and it seemed like a perfect fit for many of the projects I am working. Extremely fast inserts, map-reduce for complex queries, and most importantly, scaling is a breeze. Since I am Read the full article…
Continue Reading »Zend Framework
Zend Framework Code Generator With Scaffolding – ZFcodo
Update: This project is now hosted at my GitHub account. While I am a huge fan of Zend Framework, I miss having the code generation that is bundled with other frameworks I use. Since my favorite codegen/ORM is from the Read the full article…
Continue Reading »Custom Error Messages on Zend Form Validators
Zend Form is extremely powerful, and I love most of the built in validators. But some of the validators are overkill for many projects. Take the EmailAddress validator for instance. I have never worked on a web-form where I wanted Read the full article…
Continue Reading »