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 Requirements

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

지금은 거의 다 양식 지원이 완료됩니다. 이는 0.5.x에서 클래스 tag_array 대체 클래스 xml_m_content, 추가되었습니다.
Tags: 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.
Tags: 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의 테이블을 지원 backport
Tags: 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에 비해 총 훨씬 작고, 훨씬 더 간단하고 핵심적인 내용은, 그리고 많은 청소기 코드입니다.
Tags: 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 HTML을 DTD를 함께, 그것을 hcell 클래스로 대체되었습니다 compatiable 아니 었어. 위젯에서 이제 스타일 시트에 추가할 수 및 수정된 initilization 심지어 0.5.0 구현 contary했다. 클래스 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