Re: debugging documentation for cake internals

2006-12-24 Thread Dr. Tarique Sani
On 12/24/06, keymaster [EMAIL PROTECTED] wrote: Is there any developer documentation on the internals of cake? http://api.cakephp.org/ ? HTH Tarique -- = PHP Applications for E-Biz: http://www.sanisoft.com Coppermine Picture

debugging documentation for cake internals

2006-12-23 Thread keymaster
It would be very helpful while debugging if there was some documentation on the internals of cake: eg. - overview of main classes, files. - execution sequence from main index.php until your controller is called with it's parameters. etc. Is there any developer documentation on the internals

Re: debugging documentation for cake internals

2006-12-23 Thread phirschybar
http://www.thinkingphp.org/2006/09/25/learning-from-the-cakephp-source-code-part-i/ Here is a nice little summary in 2 parts. Helps with getting going... On Dec 23, 3:55 pm, keymaster [EMAIL PROTECTED] wrote: It would be very helpful while debugging if there was some documentation on the