PEAR::DB replacement class

Contents

  1. Introduction
  2. Credits
  3. Classes
  4. Connecting
  5. Questioning the database (running queries)
    1. The query() method
    2. The getOne() method
    3. The getRow() method
    4. The getCol() method
    5. The getAll() method
    6. The getAssoc() method
    7. The limitedQuery() method
    8. The getListOf() method
  6. Other methods
    1. The isError() method
    2. The quote() method
    3. The setDatabase() method
    4. The setErrorHandling() method
    5. The setFetchMode() method
  7. Debug mode
  8. Errors