Download List

Projeto Descrição

PHP Generator of Object SQL Database generates objects from the description of table in an SQL database. Each object map is a table in the SQL database, and has methods to insert, modify, and delete an entry in the database. But they also have methods to show forms, and to get data after an HTTPD post, or a get. They have iterator methods, and call your function for each entry of your request. Some templates help you to write HTML forms. This can help when you change databases, as the API is the same all the time, and you don't have to patch the PHP objects, but just regenerate them.

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.

2002-04-24 09:01
0.3

Este comunicado contém correções para getprimarykey e alguns problemas relacionados com os caminhos dos arquivos gerados. O phpformwizard foi adicionado e integrada, o modelo e formato foi modificado. Um arquivo temporário é agora usado para lembrar as associações entre tabelas e chaves, e ParseTemplate agora gera todos os valores para as caixas de seleção.
Tags: Major feature enhancements
This release contains bugfixes for getprimarykey and some problems related to the paths of generated files. The phpformwizard was added and integrated, and the template format was modified. A temporary file is now used to remember associations between tables and keys, and parsetemplate now generates all values for select boxes.

2002-03-18 16:15
0.2.9

Esta versão adiciona a possibilidade de gerar arquivos com um caminho do usuário, e algumas correções menores.
Tags: Minor feature enhancements
This release adds the possibility to generate files with a user path, and some minor bugfixes.

2001-12-21 22:25
0.2.8

Esta versão adiciona geração de uma classe a partir de um pedido de SQL. Ele encontra automaticamente os dados associados com o pedido, e cria um objeto somente leitura de dados. O pedido pode ser em mais de uma tabela (uma junção pedido, por exemplo).
Tags: Minor feature enhancements
This release adds generation of a class from an SQL request. It automatically finds the data associated with the request, and creates a read-only object for this data. The request can be on more than one table (a join request, for example).

2001-11-21 00:00
0.2.7

O phpdoc script (para fazer a documentação da classe gerada) foi adicionado. A descrição do quadro que foi adicionado à select2.php3, assim, quando você escolhe uma tabela, você pode ver a descrição dos seus campos (nome, tipo, valor padrão chave,) na segunda etapa.
Tags: Minor feature enhancements
The script phpdoc (to make the documentation of the generated class) has been added. The description of the table has been added to select2.php3, so when you choose a table, you can see the description of its fields (name,type, key, default value) in the second step.

2001-10-19 17:50
0.2.6

A versão do PostgreSQL foi fortemente modificada, em especial o objeto class_bd eo arquivo class_bdtable. A versão do MySQL parece estar bem, mas a versão Postgres ainda tem alguns bugs.
Tags: Minor bugfixes
The Postgres version was heavily modified, particularly the class_bd object and
the class_bdtable file. The MySQL version seems to be fine, but the Postgres
version still has some bugs.

Project Resources