Ok, I've got Zend all set up and my hello world pages working.
Personally, I'd rather code this from scratch, but I'm trying to find out how to use Zend to save time when making similar projects over and over again.
I want to:
Admin:
- Create multiple admin accounts
- Have database-stored admin options that will be available on all php pages for both admin and public pages (like global on/off switch for the entire public site, homepage title, guest permissions, etc)
Public:
- Have the user be able to create and sign in
- User can fill out personal information
- Recurring payment processing
My quesiton is, what Zend modules do I want to use? I want to use the zend framework to the best it can and not write any code that I don't have to.