You are on page 1of 1

DumpData

Dump to the screen all field names and the data in all rows of the current dataset. This is used primarily for
debugging.

Example:
$db->Sql("Select * FROM foo");
$db->DumpData;

You might also like