This repository is the home of a new introduction into the world of the Zend Framework 2 and following versions for the official documentation. It's aim is to be far more verbose than the current QuickStart to make it easier for users to understand what ZF2++ is all about, how does it work, what do error messages mean, etc...
In this repository you'll only see the file outline.md. This file contains all the content that I plan to write. If there's any contents missing, be sure to point this out in here.
The whole code for the AlbumDemoApplication can be found in this repository
There's a couple of differences to the code layed out within the tutorial as that code is just a proof of concept I did. It will be updated to PHP 5.3 standards at a later point in time.
Each chapter has it's own branch and will be managed through a PR. Please check the following links for each chapter.
- Chapter 01 - Writing your first module
- Chapter 02 - Services and the ServiceManager
- Chapter 03 - Preparing Database Backends
- Chapter 04 - Introducing Zend\Db\Sql and Zend\Stdlib\Hydrator
- Chapter 05 - Understanding Routing
- Chapter 06 - Introducing Zend\Form and Zend\Form\Fieldset (Add Album)
- Chapter 07 - Data-binding in Zend\Form (Edit / Delete Album)
- Chapter 08 - Reviewing the Application
Just drop inline comments or do PRs against the branches.
Thanks everyone for your help!
Older drafts