Zend Form – Radio buttons
Zend Framework is very powerful and feature rich. But sometimes it can drive you nuts! While working on one of my projects I needed to build a form looking something like this: Looks pretty simple,...
View Article7 quick tips on Zend Form
Let me show you several quick tips on zend form, which are very simple, but seem to be hard to come across for many people: 1. Custom HTML within the label Sometimes there’s a need to add some HTML...
View ArticleReal table based form with Zend Form
As you might have already noticed from my previous posts, when it comes to form creation I try to avoid coding manual HTML as much as possible. Afterall, we have all that nice elements and decorators...
View ArticleCustom Zend Element – Checkbox Tree
Alright, tuning and decorating elements is nice and fun. But what if you need something really custom like a checkbox tree? In this case you will need to create a custom Zend Element. It might sound...
View Article2 columns form with Zend Form
Here’s yet another post about Zend Form. I love the power of Zend Forms, but there are many tricks I had to learn to make it work the way I want to. Very often people ask how to create a form which...
View ArticleCustom validation with Zend Form
Today I want to show you a simple, but a very usable concept of validating a form depending on some criteria. There was a time when for one of my projects I needed to create a dynamic form similar to...
View Article