SmartDatabase.php

Manages a connection to the database and stores information about its table structure

Classes

SmartDatabase Manages a connection to the database and stores information about its table structure

Functions

print_nice()

print_nice(object  $data) 

Helps with debugging. Good to use for printing SmartDatabase objects or arrays containing SmartDatabase objects.

.. much cleaner than print_r()

Parameters

object $data

The data to print