Download List

Projeto Descrição

The PHP SQL Toolkit is a PHP class system for abstracting database calls. Using classes or functions, it abstracts the underlying database structure into data sources in a manner similar to ODBC. Data sources are defined in one file and a standardized syntax is used for connecting to all databases. This is useful for portable code or for referencing multiple databases on multiple platforms all at the same time.

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.

2003-03-22 20:12
0.5

Alguns problemas com URL baseado em XML importações foram corrigidos.
Tags: Minor bugfixes
Some issues with URL-based XML imports were fixed.

2003-03-13 05:11
0.4

Alguns suporte a XML para exportar e importar conjuntos de resultados.
Tags: Minor feature enhancements
Some XML support for exporting and importing result sets.

2003-03-11 23:57
0.3

O erro "mysql_num_rows (): o argumento fornecido não é um recurso válido do resultado de MySQL em. / Database_result.php on line 93" foi corrigido. Isso foi causado quando um inserir, excluir ou consulta atualização foi analisado para os dados resultantes. A database_result_dump () erro quando quando um conjunto de resultados contidos zero linhas, como após um CREATE, DROP, inserir, atualizar ou excluir, foi corrigido.
Tags: Minor bugfixes
The error "mysql_num_rows(): supplied argument is not a valid MySQL result resource in ./database_result.php on line 93" has been fixed. This was caused when an insert, delete, or update query was parsed for resulting data. A database_result_dump() error when when a result set contained zero rows, such as after an create, drop, insert, update, or delete, has been fixed.

2003-03-11 05:24
0.2

Suporte ODBC banco de dados (não testado), e uma correção para passar por lógica de referência sobre as funções internas (isto também resolvido o bug aberto com a não destruir a classe quando um usuário chamado database_free_result () e cada xxxx_free_resut () de chamada).
Tags: Minor feature enhancements
ODBC database support (untested), and a fix for pass-by-reference logic on internal functions (this also resolved the open bug with didn't destroy the class when a user called database_free_result() and each xxxx_free_resut() call).

2003-03-11 05:22
0.1

Suporte para mSQL, MySQL, PostgreSQL e Microsoft SQL Server estão completas, mas mSQL ainda não testadas. Um bug conhecido com memória não sendo lançado com database_free_result () foi resolvido, e será distribuído na próxima versão.
Tags: Initial freshmeat announcement
Support for mSQL, MySQL, PostgreSQL and Microsoft SQL Server are complete, but mSQL is still untested. A known bug with memory not being released with database_free_result() has been resolved, and will be distributed in the next release.

Project Resources