PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of Eric Sizemore   Simple MySQL DB Class   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: readme
Class: Simple MySQL DB Class
MySQL database access wrapper
Author: By
Last change: just minor changes
Date: 13 years ago
Size: 1,823 bytes
 

Contents

Class file image Download
/** * @author Eric Sizemore <admin@secondversion.com> * @package Simple MySQL DB Class * @link www.secondversion.com * @version 2.0.0 * @copyright (C) 2007 - 2011 Eric Sizemore * @license GNU Public License * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ What is Simple MySQL DB Class? ------------------------------ Simple MySQL DB Class is a simple, yet powerful, class that will interact with a MySQL database. It provides: * A way to establish a connection * A way to execute queries * Keeps a count of executed queries * Can return the current ID of an auto_increment field * Table (un)locking * Error reporting * and more... What is Simple MySQL DB Class licensed under? --------------------------------------------- Simple MySQL DB Class is licensed uner the GNU GPL license. See the 'license.txt' file for the full license. How do I implement Simple MySQL DB Class? ----------------------------------------- Various examples have been provided in the example.php file Can I contact you? ------------------ Yes you may. If you have any questions, need help, or need to report a bug; don't hesitate to email me at esizemore05 at gmail dot com.