Gumbo_Debug_Report_Db

Gumbo_Debug_Report
   |
   --Gumbo_Debug_Report_Db

Debug DB Report Class

Author(s): Michael Luster <mluster79@yahoo.com>
License:New BSD License
Copyright:Copyright (c) 2007, iBayou, Michael Luster
Link:http://sourceforge.net/projects/phpgumbo
Version:0.0.1

Inherited Methods

Class Variables

string $_db [line 40]

Class Methods

public Gumbo_Debug_Report_Db __construct ( [string $db] ) [line 48]

Constructor

Parameter(s):

  • (string) $db :: database table name

[ Top ]
public string getDb ( ) [line 117]

Returns the Debug Database


[ Top ]
public void run ( [num $start_time] ) [line 62]

Runs the Report

Parameter(s):

  • (num) $start_time :: initial start time of script debugger
  • throws:  Gumbo_Exception
  • uses:  Gumbo_Date, - Gumbo_Query

[ Top ]
public void setDb ( string $db ) [line 96]

Sets the Debug Database

Parameter(s):

  • (string) $db
  • throws:  Gumbo_Exception

[ Top ]