Zend Framework Module Based Application
Note: This article was originally published at Zend Developer Zone
on 7 June 2010.
In this first article of the series, we will discuss about the best way (in my opinion) to structure your Zend Application in order to have maximum flexibility but also a good defined structure of the classes/files.
These will be a series of tutorials which are meant to show you or guide you through developing a complex application with Zend Framework 1.10.The series consists of the following parts:
a) Setting up a module based application
b) Setting up helper plugins, methods & debugging with ZFD ebug
c) Setting up a login page and signup page with captcha
d) Setting up OpenID to login/create account
e) Setting up an API to create/login an account
f) Improving performance implementing Zend Cache


