views:

146

answers:

2

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, so i wonder, should it be like that?

+4  A: 

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.

RageZ
API docs are generated from PHPDoc blocks... and if there were code examples and stuff there, than ZF would be like 200MBs mass of text. All important things are in reference guide. You can check API docs only for undocumented "new" functions...
Tomáš Fejfar
A: 

I've been digging into Zend Framework for about a month now. I'm starting to catch on but I have to agree with the initial comment. The API documentation, at least what is available, is atrocious. What is this Dojo stuff anyway? I would expect a proper, standardized API reference for something as extensive and powerful as the Zend Framework. For an experienced software engineer the reference manual is really introductory material. Once it is digested all that is really needed is a good API reference that clearly shows properties, methods, inheritance tree, with brief descriptions where necessary. Like Java, AS3, etc. I could have saved myself about two weeks of time had I had full access to the API. I don't get it, but I intend to persevere with ZF.

Geo