PHP Classes
Icontem

Class: PHP mySQL Database Wrapper Class 1.0.5


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend!
      Classes of Stefan Gabos  >  PHP mySQL Database Wrapper Class 1.0.5  >  Download  >  Support forum Support forum  >  RSS 1.0 feed RSS 2.0 feed Latest changes  >  Stumble It! Stumble It!  >  Bookmark in del.icio.us Bookmark in del.icio.us  
  Screenshots Screenshots   Supplied by   Group folder image Groups   Detailed description   Freshmeat project  
  Rate classes User ratings   Applications   Related links   Files Files  
  • Screenshots:

    screenshot of the debug window
    File Role Description
    Accessible without login Image file screenshot.gif Screen screenshot of the debug window
  • Supplied by:

    Picture of Stefan Gabos
    Name: Stefan Gabos <e-mail contact>
    Published packages: 10
    Country: Romania Romania - PHP jobs in Romania
    Home page: http://stefangabos.blogspot.com/
    Age: 28
    All time rank: 65
    Week rank: 26

    Browse this author's classes

  • Groups:

    Group folder image Databases Database management, accessing and searching View top rated classes
  • Detailed description:

    This PHP class is a mySQL database access wrapper

    It provides methods for interracting with a mySQL database from within PHP easily and securely

    Some of the features include

    - connecting to a mySQL host and selecting a database

    - method that is an alias of PHP's native mysql_query() function with the main differences being that, if passed in a special way, parameters will be automatically escaped and that errors will be reported to the built-in debugger - the query() method

    - shorthand methods for running queries that perform COUNT(), MAX() or SUM() queries - dcount(), dmax() and dsum() methods

    - shorthand method for fast retrieval of data in individual rows or even specific items in individual rows - the dlookup() method

    - method that is an alias of the PHP's natibe mysql_real_escape_string() function with the main difference being that this one will check if magic_quotes are on or not and escape (or not) accordingly - the escape_string() method

    - method for parsing a mySQL dump file very fast - the parse_mysql_dump_file() method

    - aliases with error reporting of PHP's native functions mysql_insert_id() and mysql_fetch_assoc() - the insert_id() and fetch_assoc() methods

    - provides a very useful debug interface which shows you detailed info about each query your script has run: displays each query as a formatted and syntax highlighted string for better reading, file and line number from where the query has been run, query execution time, eventual errors that might have had occured and notifies you if a specific query has been run more than once. the debug window will also show the total number of queries run, the total execution time of your queries, the values of $_GET, $_POST, $_COOKIES, $_SERVER, $_SESSION and $_FILES superglobal variables and can also keep track of the values of variables set by the user by providing a "watch" functionality. the debug interface is template driven and supports localisation

    - can be instructed to output debug information to a log file

    - can be instructed to send emails to specified address if a query runs longer then a specified time

    - the code is heavily documented so you can easily understand every aspect of it

    See the manual for more info.
  • Freshmeat project:

    PHP mySQL Database Wrapper Class 1.0.5
    Project record: phpmysqlwrapper
    Popularity score: 236.93 (0.38%)
    Popularity rank: 14,784 (PHP Classes: 103)
    Vitality score: 41.60 (0.01%)
    Rating: Not yet rated Please rate this class in Freshmeat
  • User ratings:

    There are not enough user ratings to display for this class.
  • Applications that use this class:

    No application links were specified for this class.
    Add link image If you know an application of this package, send a message to the author to add a link here.
  • Related links:

    Link Description
    get the manual for the PHP mySQL database wrapper class 1.0.4 -
  • Files:

    File Role Description
    Plain text file ChangeLog Data Changelog
    Plain text file class.database.php Class class source
    Files folder image examples
      Plain text file example.php Example example script
      Plain text file example.sql Data example sql file
    Files folder image includes
      Plain text file class.xtemplate.php Class templating class
      Plain text file license.txt Lic. license of templating class
    Files folder image languages
      Plain text file english.php Conf. default language file
    Plain text file License Lic. License file
    Plain text file ReadMe Doc. ReadMe
    Files folder image templates/default
      Plain text file debug.xtpl Data default template file
      Plain text file style.css Data default stylesheet file
    Download all files: phpmysqlwrapper1_0_5.tar.gz phpmysqlwrapper1_0_5.zip
    NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2008 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products