Projects / Simple MySQL DB Class

Simple MySQL DB Class

Simple MySQL DB Class is a PHP class that acts as a MySQL database access wrapper. It can connect to a MySQL server; execute SQL queries and retrieve single value results or return result rows into arrays; return the last inserted table row identifier, the number of result rows, and the number of affected rows; count the number of executed queries; lock and unlock tables; escape text literal values or like patterns; and retrieve database access errors.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  02 Apr 2011 05:23

    Release Notes: This release brings a few minor updates. The class now requires PHP 5. A fetch_all function was added, and setting connection parameters now requires a global $dbconfig array with the new set_params function.

    •  08 Nov 2007 08:39

    Release Notes: A small bug involving table locking was fixed.

    No changes have been submitted for this release.

    Screenshot

    Project Spotlight

    Burp

    A program to backup and restore data.

    Screenshot

    Project Spotlight

    Plzip

    A parallel compressor compatible with lzip.