Download List

项目描述

PHP::HTML is a set of PHP classes to abstract HTML and simplify complex Web application development. Reusable widgets can be based on the abstract classes which include a text-only class, text which marked-up with HTML, and a tag which contains multiple "children". PHP::HTML is currently in active development to make it cleaner, and to add support for CSS and support for "emulation" that will create HTML 3.2 documents for browser compatibility.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-03-02 20:58
0.6.4

形式支持现在几乎完成。类xml_m_content,取代从0.5.x类tag_array,已添加。
标签: Development
Forms support is now almost completed. class xml_m_content, which replaces class tag_array from 0.5.x, has been added.

2001-02-26 13:15
0.6.3

此版本包括重写HTML表单,以及WML的阶级和阶级htmldoc的移植。
标签: Development, Minor feature enhancements
This release includes rewritten HTML Forms, and
porting of WML classes and the HTMLdoc class.

2001-02-11 01:21
0.6.1

来自0.5.x.发行版上的XHTML表支持
标签: Development, Minor feature enhancements
A backport of XHTML table support from 0.5.x.

2001-02-07 05:18
0.6.0

这是一个新的发展分支。这几乎是一个总重写0.5.x相比,要小得多,有一个更简单的核心,是容易理解和学习,有许多更干净的代码。
标签: Development, Major feature enhancements
This is a new development branch. It is almost a total rewrite compared to 0.5.x, is much smaller, has a much simpler core, is easier to understand and learn, and has much cleaner code.

2001-01-30 15:13
0.5.1

类hrow不compatiable与HTML DTD的,它与类hcell取代。在小部件样式现在可以添加和修改甚至在initilization,contary的0.5.0执行。现在html_tag类继承了一个简单的类,xml_element。一个新类,xml_comment,正如它的名字那样,呈现的评论(“ <!-- --> “格式)加入。HTML 3.2的后备已经扩大。
Class hrow was not compatiable with the HTML DTD, it was replaced with class hcell. Stylesheets in widgets can be now added and modified even after initilization, contary to the 0.5.0 implementation. Class html_tag now inherits a simpler class, xml_element. A new class, xml_comment, which, as it name suggests, renders comments ("<!-- -->" format) was added. HTML 3.2 fallback has been extended.

Project Resources