PHP Developer's Network : Network Member
Forums

PHP Classes
Icontem

Class: DbSimple


  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 Dmitry Koterov  >  DbSimple  >  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  
  Supplied by   Group folder image Groups   Detailed description   Freshmeat project  
  Rate classes User ratings   Applications   Files Files  
  • Supplied by:

    Picture of Dmitry Koterov
    Name: Dmitry Koterov <e-mail contact>
    Published packages: 2
    Country: Russian Federation Russian Federation - PHP jobs in Russian Federation
    Home page: http://dklab.ru/
    Age: ???
    All time rank: 651
    Week rank: 368

    Browse this author's classes

  • Groups:

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

    This is an abstraction package to access several types of SQL databases.

    Its features:

    - Drivers to access MySQL, PostgreSQL and InterBase or FireBird
    - Can execute SQL query templates supporting conditional blocks
    - Caching of query results
    - Place holder query arguments
    - Execute operations to select and count total number of resulting rows
    - Retrieve query results in different modes: all result rows, one row, one column, one cell, associative array, multidimensional associative array, linked tree, etc.
    - Support to watch and debug query errors
    - Query logging that includes query results and caller line number
    - Support to native prepared queries
    - Access to BLOBs

    Please note: there is a lot of usage examples at http://en.dklab.ru/lib/DbSimple/#list1
    E.g. MySQL connect:

    require_once "DbSimple/Generic.php";
    $DB = DbSimple_Generic::connect("mysql://login:password@host/database");
    $rows = $DB->select('SELECT * FROM ?_user LIMIT 10');

    Always fresh version at http://en.dklab.ru/lib/DbSimple/
  • Freshmeat project:

    Project record: dbsimple
    Popularity score: 26.70 (0.04%)
    Popularity rank: 43,944 (PHP Classes: 340)
    Vitality score: 0.00 (0.00%)
    Rating: Not yet rated Please rate this class in Freshmeat
  • User ratings:

    Ratings
    Utility
    Consistency
    Documentation
    Examples
    Tests
    Videos
    Overall
    Rank
    All time:
    Sufficient (75.0%)
    Good (91.7%)
    -
    -
    -
    -
    Not sure (46.7%)
    1293
    Month:
    Not yet rated by the users
  • 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.
  • Files:

    File Role Description
    Accessible without login Plain text file Generic.php Class Base class
    Accessible without login Plain text file Ibase.php Class InterBase/FireBird driver
    Accessible without login Plain text file Mysql.php Class Mysql driver
    Accessible without login Plain text file Postgresql.php Class Postgresql driver
    Download all files: dbsimple.tar.gz dbsimple.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