Download List

Descripción del Proyecto

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

Esta versión agrega el DynamoColTableQuery () función, que genera múltiples tablas de columnas de una consulta de una sola columna.
Tags: Initial freshmeat announcement
This version adds the DynamoColTableQuery()
function, which generates multi-column tables from
a single column query.

Project Resources