General question about the API documentation

2 messages Options
Embed this post
Permalink
npm

General question about the API documentation

Reply Threaded More More options
Print post
Permalink
I've been looking at the API as documented at http://api.cakephp.org/classes.html and it's great except I can't find anything about the arguments one can send to these classes.  For instance: AjaxHelper::form tells you nothing about what expected parameters you could send for the first argument.

What am I missing?  

Is there better documentation elsewhere?

davidgolding

Re: General question about the API documentation

Reply Threaded More More options
Print post
Permalink
API documentation is always a trick. Apart from looking at the source code (which is made easier by clicking the line number definition link below the "Returns" paragraph in the API), you can try the Appendix for my book which is available online.

Also, give the Cookbook a look. Or the Bakery or check out the IRC chatroom.
--Dave

Author, "Beginning CakePHP: From Novice to Professional"

[ get your copy at: http://www.amazon.com/Beginning-CakePHP-Novice-Professional/dp/1430209771/ ]