Re: Function documentation?

2010-08-30 Thread geoB
really important, its all in the naming, keying and structuring. On Aug 29, 9:31 pm, geoB truckeetr...@yahoo.com wrote: When someone browsers to /controller/index, it calls the index() method for the controller, which usually contains a find call for the model associated

Function documentation?

2010-08-29 Thread geoB
I am trying to get started with CakePHP and am experiencing some frustration with the documentation. (fwiw, I am moderately well experienced with PHP.) For example, I was following the blog tutorial at the CakePHP website, only trying to adapt it to the database I intend to work with. I learned

Re: Function documentation?

2010-08-29 Thread geoB
of the manual. index() is controller action. It gets records from the Model and sends them to the view. It sounds like you don't really understand the way CakePHP uses MVC. Also, the core has an extensive API  for versions 1.1, 1.2, and 1.3. On Aug 28, 1:08 pm, geoB truckeetr...@yahoo.com wrote

Re: Function documentation?

2010-08-29 Thread geoB
30, 2010 at 10:57 AM, geoB truckeetr...@yahoo.com wrote: I have searched Google, CakePHP Google Group, API Controller documentation (versions 1.2, 1.3), API AppController documentation (versions 1.2, 1.3) and have found no useful information on the parameters used by the index method.  Search