A preamble: I've been using PHP for over 8 year every now and then, but never used a framework, only wrote scripts and addons. Mostly I used code generators like CodeCharge Studio or custom code for intranet apps. Since I am ok with design patterns, Zend framework doesn't look too hard for me to learn.
Starting with ZF: I've a read the QuickStart manual and wonder what can advance me to being fast with basic Zend web app development. As I understand there are repetitious tasks that take a lot of time.
Questions: For instance, for almost every site I develop there must be User Registration process and I don't want to reinvent the wheel and spend a week for Login/Profile forms.
1) Do you, Zend developers, use some kind of prototypes you've written to roll out a basic site quickly?
2) Or are there some site source codes to be built upon already available?
3) Is there some app generator or minor tool for pages with grids, records etc?
P.S. I stopped learning EJB over 6 years ago because I didn't have anyone to ask similar questions. TIA!