Hey there,
I'm looking for a good Magento CE 1.x documentation/manual or class reference (Zend too).
I found these, which I think are good, but could be better:
http://freegento.com/doc/d8/dcb/class_mage.html
http://docs.databyte.at/magento/community/1.5/class_mage.html
Are there any "powerful" manuals that Magento developers use?
To give you a good example of what Im looking for, take a look at Yii's (PHP framework) class reference:
http://www.yiiframework.com/doc/api/1.1/CActiveRecord#findAll-detail
it has a powerful search function, lists all attributes/functions of a class, has explanations what function parameters mean and even shows source code.
Anything similiar for Magento/Zend?
Since Magento comes in many different versions, I imagine it's troublesome keeping up a well tended documentation, every class reference I find is automatically generated. Are there really no alternatives?