English 中文(简体)
如何从现有的《加拿大刑法》中查看班级、职能、目标图表? [复制]
原标题:How to view classess, functions, objects diagrams from existing php code? [duplicate]
  • 时间:2011-11-01 15:07:00
  •  标签:
  • php
This question already has answers here:
Closed 11 years ago.

Possible Duplicate:
PHP UML Generator

I am trying to understand some php code that is heavily object-oriented and has a MVC structure.. without much luck from just browsing the code.

它们是否是一种能够帮助我的工具,例如,制作一些班级的图表,这些班级扩展了哪些班级,每个班级有哪些职能,以及他们如何沟通,哪怕是高层次?

最佳回答

如果你的项目使用一个已知的框架,那么,就阅读了该说明,以了解其结构。

氧气可以帮助在物体和物体之间建立电话线和关系,如果守则有记录的话。

“Eclipse PDT”或“Komodo”等“IDE”将有助于浏览/浏览。

它可能有一个指数。 php网页将装上编码/框架,并可能装上一栏。 php文档用于没收。 阅读这两份文件将有助于你在申请开始处理时发现。

问题回答

我将建议http://bouml.free.fr/——这可以从PHP中产生UML图表——非常好的工具......





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签