If you click on a class you should get a list of its methods and their
parameters.  For example, 
http://api.cakephp.org/class_controller.html#903188d3de83bd65c78bb676f61b3039
should take you to Controller::redirect().
And the API is generated off of the source code, so it would be very
similar to reading the source ;)

-Mark

On Dec 15, 7:37 pm, Rob <[email protected]> wrote:
> Your best bet is to look at the cook book, it has much easier to
> follow documentation.
>
> The API docs are great once you understand the basic concepts, but for
> the most part they aren't much better than reading the source code
> most of the time.
>
> http://book.cakephp.org/view/219/the-cakephp-blog-tutorial
>
> On Dec 11, 8:57 am, Nancy <[email protected]> wrote:
>
> > So, I've been trying to use the API documentation found 
> > here:http://api.cakephp.org/classes.html
>
> > But I can't figure out how to find the parameters and options that one
> > can send to the methods.   Is there better documentation of the API
> > elsewhere or am I just not using it correctly?
>
> > Thanks!
>
> > Nancy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to