Download List

프로젝트 설명

Dynamo is a PHP library that executes complex MySQL queries and automatically generates HTML code. For example, it can draw a spreadsheet-like table from a simple query such as "SELECT last, first, phone FROM users". It can generate horizontal tables, vertical tables, multi-column tables from a single column result, and it even generates simple HTML forms based on a select query. For example, "SELECT firstName, lastName FROM cust WHERE id = 1234" automatically creates an HTML form that contains fields for firstName and LastName.

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.

2006-05-10 09:20
0.0.2

이 버전 DynamoColTableQuery는 단일 컬럼 쿼리에서 열 멀티 테이블 생성 () 함수를 추가합니다.
Tags: Initial freshmeat announcement
This version adds the DynamoColTableQuery()
function, which generates multi-column tables from
a single column query.

Project Resources