Archive for the “zend-framework” category
Extending Zend Form Element to create customized Phone number field
by admin on August 25, 2010
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 code and subscriber number. The values of these three fields jointly will be considered as the value. Optionally, a separator can be used between these fields. This separator can be ignored from/included in value
Taking Zend Framework workshop on Dec, 09
by admin on November 30, 2009
Bbjobs has arranged a workshop on “Zend framework fundamental” on December, 09 and invited us (me and Emran Hasan) to take it. We agreed happily. This is (so far I know) the first formal Zend Framework workshop in Bangladesh. The (…)
Advanced bootstrapping : Configure your Zend Framework application for multiple host
by admin on February 3, 2009
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 bit about the situation when it’s needed. A web application goes through some stages when growing (…)
Image manipulation in Zend Framework using PHP Thumbnailer Class v2.0
by admin on September 12, 2008
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 manipulation using GD. But the proposal was not considered. Bill Karwin of ZF said, (…)
Join Problems with Zend_Paginator and Zend_Db_Select objects
by admin on August 24, 2008
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 the main data of pagination, not only pagination links. Which I didn’t found in any other pagination library. (…)