Search code examples
zend-framework

Why is the Zend Framework API documentation that poor?


Is it my browser that doesn't work with their API online documentation?

The structure of it seems to be very bad compared to the Java API online documentation and the Yii API online documentation.

I am new to Zend Framework, so I wonder, should it be like that?


Solution

  • I think the API is nice, the only problem sometimes they don't give real meaning of arguments

    After the API is maybe a bit behind some java examples, but I find the reference guilde quiet impressive and complete. You've got 900 pages describing every piece of the framework with short code snippet that's just wonderful.

    Personally I use more often the reference guide then the API documentation.