DBReader Class

This lightweight class makes it simple to integrate and process data from your database.

Buy Online for $14

This 4 tabs will output database information. You will see an lite phpmyadmin readyonly output of a table. This only based on the given database credentials.

  • Lightweight class libary
  • Return data in 2 lines of code
  • Easy Integration
  • Return Array & HTML
  • Export (PDF, Excel & CSV)
  • Print from browser
  • Ajax Search
  • Show databases on host (access required)
  • Show tables on database
  • Show table records
  • Reset table records (wipe/auto increment 0)
  • Pagination
  • No refresh needed
  • Responsiveness (table)
  • Image support (products demo)
  • Individual Column Search
  • PHP 5.3 support
  • Export Filtered Data
  • Added feature: MariaDB Support
  • Added feature: Column Headers
  • Added feature: Column Select
  • Added feature: Where clause

This initialization will load the class en setup the db connnection

include_once('dbreader.class.php');
$obj = new DBReader('db_username', 'db_pass', 'host');
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /customers/c/7/9/downloadmarkt.be/httpd.www/dbreader/dbreader.class.php:25 Stack trace: #0 /customers/c/7/9/downloadmarkt.be/httpd.www/dbreader/index.php(73): DBReader->__construct('downloadmarkt_b', 'p4HZ5LNv', 'downloadmarkt.b...') #1 {main} thrown in /customers/c/7/9/downloadmarkt.be/httpd.www/dbreader/dbreader.class.php on line 25