AJAX
[ class tree: AJAX ] [ index: AJAX ] [ all elements ]

Class: HTML_AJAX_Debug

Source Location: /HTML_AJAX-0.5.7/AJAX/Debug.php

Class Overview


AJAX Debugging implementation


Author(s):

Version:

  • Release: 0.5.7

Copyright:

  • 2005 David Coallier

Methods


Inherited Variables

Inherited Methods


Class Details

[line 24]
AJAX Debugging implementation
  • Author: David Coallier <davidc@php.net>
  • Version: Release: 0.5.7
  • Copyright: 2005 David Coallier
  • License: LGPL


[ Top ]


Method Detail

HTML_AJAX_Debug (Constructor)   [line 89]

HTML_AJAX_Debug HTML_AJAX_Debug( $errMsg, string $errLine, string $errCode, string $errFile, string $errorMsg)

The constructor.

Parameters:

string   $errorMsg   —  The error message.
string   $errLine   —  The line where error occured.
string   $errCode   —  The error Code.
string   $errFile   —  The file where error occured.
   $errMsg   — 

[ Top ]

sessionError   [line 123]

void sessionError( )

This function pushes the array $_SESSION['html_ajax_debug']['time'][] with the values inside of $this->error
  • Access: public

[ Top ]

xmlError   [line 106]

$this->error xmlError( )

This functions formats the error to xml format then we can save it.
  • Return: the main error.
  • Access: protected

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:59:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.