开发者

cakephp documentation [closed]

开发者 https://www.devze.com 2023-02-18 13:34 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow que开发者_如何学Gostions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

Improve this question

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.


Use docbook for you PHP classes and methods. phpdoc also allows you to include external files with documentation for i.e. your views.

0

精彩评论

暂无评论...
验证码 换一张
取 消