Is there an automated way or utility that can be used to document a cakephp application. The client is requiring I provide technical documentation for others that will be working on the site, so I need a way to list out all the views, controllers, models, components, and helpers. At least I need some sort of skeletal documentation that I can fill in with more meaningful instructions and descriptions. Any links to anything that can do this would be helpful.
Share
Use docbook for you PHP classes and methods. phpdoc also allows you to include external files with documentation for i.e. your views.