Download List

프로젝트 설명

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

라이센스 GPL 라이선스는 LGPL에 이르기까지, 정말 수업이 아직 폐쇄된 소스 프로젝트에 사용될 수있는가 변경되었습니다. 이미 각종 문서를 해명 및 일반 정리합니다.
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

이 릴리스에서 수정 prows 버그가 어디에 올바른 값을 반환하지 않습니다.
This release fixes a bug in prows where it would not return the correct value.

Project Resources