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?