Getting started with Zend Framework 2: Some Links
When starting with Zend Framework 2, you will experience a lot of new stuff. I do not want to fully explain everything once again, but instead setup a short list of links that helped me a lot:
Getting into it right at the beginnging
The ServiceManager and configuration files or Module class
- ServiceManager Quick Start
- Weier O’Phinneys article on the missing init
- Dependancy Injection and how to setup controllers without parameters and with parameters
- An example on how to inject Dependancies into Controllers using Factories