Download List

Projeto Descrição

Mysql Done Right is a PHP 5.0+ class that provides a safe, clean, object-oriented, and efficient way to do database development. All queries except those with multiple row results return exactly what you need in one line of code. This is all done while still maintaining use of prepared queries and bound parameters to eliminate the risk of SQL injection attacks and operate more efficiently. No extra coding is needed on your part to reuse prepared queries. You simply write the same query again, and if you have used that one before, the prepared handle is reused. The newly bound parameters are used against the existing prepared handle, and the results are recomputed. The results themselves are not cached. Database connectivity is implemented using MySQLi.

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.

2009-10-20 08:31
0.24

A licença foi alterada a partir do GPL para a LGPL, assim que a classe ainda pode ser usado para projetos de código fechado. Existem vários esclarecimentos documentação e limpeza geral.
The license has been changed from the GPL to the LGPL, so the class can still be used for closed source projects. There are various documentation clarifications and general cleanup.

2009-10-14 02:36
0.23

Esta versão corrige um bug na proa em que não iria retornar o valor correto.
This release fixes a bug in prows where it would not return the correct value.

Project Resources