Extending Zend Form Element to create customized Phone number field
It's Zend_Form_Element_Phone, a customized Zend Form Element for Phone Number. This will render 3 text fields for parts of phone number - country code, operator...
It's Zend_Form_Element_Phone, a customized Zend Form Element for Phone Number. This will render 3 text fields for parts of phone number - country code, operator...
I’ve seen many people (including myself) trying out the power of jQuery for once and then getting stuck with it. Why not? It’s one of the coolest an...
This tutorial is intended to explain a way of bootstrapping Zend Framework based MVC application for multiple host/domains. Before starting, let me explain a bi...
Before I move into PHP Speedy, a small background won’t hurt much! Until a few days back, whenever I hear the word optimization, my brain quickly shows a ...
In the huge set of library, Zend Framework have no options for manipulating image. There is a proposal for Zend_Image which aimed to provides easier image manip...
Zend_Paginator is one of the newest members of Zend framework family. It’s surely a rich addition with Zend’s power. Moreover, It’s handling t...
Universally Unique Identifier is an identifier standard which is used in a varieties of software construction. When I was writing the RSS Writer class for Orchi...
"POSTDATA resend" warning is a common problem when developing web applications. Before discussing about the solution, let’s know what is the pro...