For me, the problem is that the reference guide simply lists all the components and has a massive page that talks about the longest uses of each component without any area in which the specified code should appear in your workflow.
I believe that it should be overestimated to be similar to CakePHPs documentation , where each page is designed to receive a specific task, for example, “Saving data”, “Deleting data”, “Checking data”, etc.
Real-life examples with context are much more useful than Zend Docs, where I usually have to guess where certain variables come from (usually $db ), and in full MVC cases don't even apply.
source share