I’ve been having a love/hate relationship with the Zend Framework as I attempt to learn how to use it. No doubt it is incredibly powerful but it may be overly complicated for my tastes. Maybe I was having a bad day or following bad instructions, but setting up an initial site using Zend for the first time took me HOURS! This is not the first PHP framework I’ve ever used either. I used to manage my personal site in Codeigniter and many years ago tried and loved Cake PHP. Anyway I’m not sure what the problem was, but by the time I got to the blue welcome screen I was exhausted and went no further.
More recently however, I had a need to develop an application on a server I knew had Zend installed on it. The thought of repeating the frustrations from several months earlier did not sound appealing so I have set out to experiment with using the Zend Framework without the Framework, or, in other words, the Zend classes without the MVC. Most of what I have learned so far has come from other posts on the Internet, so I now know I’m not the only one who’s ever attempted to do this.
Actually this turned out to be pretty easy. The rest of this post covers the creation of a very basic, standalone zend form.