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 | 
Manages a connection to the database and stores information about its table structure
| SmartDatabase | Manages a connection to the database and stores information about its table structure |