Download List

프로젝트 설명

DB_Table is an object-oriented interface to a database table.
As a wrapper for the PEAR DB class, it provides methods to
help you build automated create, insert, update, delete, and
select functionality, as well as methods for automatically
building input forms with HTML_QuickForm.

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.

2005-06-02 00:22
1.0.1

$ 오류 메시지 elemname $에 열 변경 [ 'qf_label'] ". 버그 3892"오류가 발생했습니다 DB_Table_QuickForm에서 - "addElements 때"고정되었습니다 라디오 요소를 추가.
Tags: Minor bugfixes
$elemname in error messages is changed to $col['qf_label']". Bug 3892, "Error in DB_Table_QuickForm->addElements" when adding radio elements, has been fixed.

2004-07-15 05:23
0.21.2

QuickForm 종류가 이제 올바르게 확인합니다. 날짜와 HTML_QuickForm에 대한 종속성이 추가되었습니다. buildSQL () 메소드는 더 이상 미리보기 가입 키를 추가합니다. 쓰다 ()이 이제 제대로 타임 스탬프 형식의 문자열. autoRecast () 메서드가 추가되었습니다. QF 규칙이 추가되었습니다. 지금 Manager.php CLOB 컬럼에 인덱스에 대한 (가) 무효있습니다 수표 () 메서드를 만듭니다. 추가 QuickForm 클라이언트측 유효성 검사 규칙을 열 "qf_client은"요소를 지정합니다. QuickForm "체크 상자를"지금의 요소는 항상 "advcheckbox"요소에 매핑합니다. 부울 열을 지금은 "체크 상자를"담당 "을 선택하십시오"기본적으로.
Tags: Minor feature enhancements
The QuickForm type is now correctly checked.
Dependencies on Date and HTML_QuickForm were
added. The buildSQL() method no longer adds the
key to JOIN snippets. recast() now properly
formats timestamp strings. The autoRecast() method
was added. QF rules were added. The Manager.php
create() method now checks for indexes on CLOB
columns (which are disallowed). Additional
QuickForm client-side rule validation is specified
with the column "qf_client" element. QuickForm
"checkbox" elements now always map to
"advcheckbox" elements. Boolean columns now
default to "checkbox" vice "select".

2004-04-22 06:04
0.17 alpha

Tags: Initial freshmeat announcement

Project Resources