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

Class: HTML_AJAX_Debug

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

Class Overview


AJAX Debugging implementation


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005 David Coallier

Methods


Inherited Variables

Inherited Methods


Class Details

[line 20]
AJAX Debugging implementation

LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.

  • Author: David Coallier <davidc@php.net>
  • Version: Release: @package_version@
  • Copyright: 2005 David Coallier
  • License: LGPL


[ Top ]


Method Detail

HTML_AJAX_Debug (Constructor)   [line 85]

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 119]

void sessionError( )

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

[ Top ]

xmlError   [line 102]

$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 14:11:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.