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

Procedural File: Progress.php

Source Location: /Progress.php



Classes:

HTML_Progress
HTML loading bar with only PHP and JS interface.


Page Details:

HTML loading bar with only PHP and JS interface.

PHP versions 4 and 5

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.




Tags:

link:  http://pear.php.net/package/HTML_Progress
since:  File available since Release 1.0
version:  CVS: $Id: Progress.php,v 1.18 2005/09/14 09:10:55 farell Exp $
license:  PHP License 3.0
copyright:  1997-2005 The PHP Group
author:  Laurent Laville <mailto:pear@laurent-laville.org>


Includes:

require_once('HTML/Progress/DM.php') [line 23]
require_once('HTML/Progress/UI.php') [line 24]





HTML_PROGRESS_BAR_HORIZONTAL [line 32]

HTML_PROGRESS_BAR_HORIZONTAL = 1
Progress Bar shape types



Tags:

since:  0.6

[ Top ]



HTML_PROGRESS_BAR_VERTICAL [line 33]

HTML_PROGRESS_BAR_VERTICAL = 2
Progress Bar shape types



Tags:

since:  0.6

[ Top ]



HTML_PROGRESS_CIRCLE [line 43]

HTML_PROGRESS_CIRCLE = 4
Progress Bar shape types



Tags:

since:  1.2.0RC1

[ Top ]



HTML_PROGRESS_DEPRECATED [line 70]

HTML_PROGRESS_DEPRECATED = -102
Basic error code that indicate a deprecated method that may be removed at any time from a future version



Tags:

since:  1.2.0RC1

[ Top ]



HTML_PROGRESS_ERRORSTACK_IGNORE [line 97]

HTML_PROGRESS_ERRORSTACK_IGNORE = 4
If this is returned, then the error is completely ignored.

One of five possible return values from the error Callback




Tags:

see:  HTML_Progress::_handleError
since:  1.2.0

[ Top ]



HTML_PROGRESS_ERRORSTACK_LOG [line 93]

HTML_PROGRESS_ERRORSTACK_LOG = 3
If this is returned, then the error will only be logged, but not pushed onto the error stack.

One of five possible return values from the error Callback




Tags:

see:  HTML_Progress::_handleError
since:  1.2.0

[ Top ]



HTML_PROGRESS_ERRORSTACK_LOGANDDIE [line 102]

HTML_PROGRESS_ERRORSTACK_LOGANDDIE = 5
If this is returned, then the error will only be logged, but not pushed onto the error stack because will halt script execution.

One of five possible return values from the error Callback




Tags:

see:  HTML_Progress::_handleError
since:  1.2.0

[ Top ]



HTML_PROGRESS_ERRORSTACK_PUSH [line 88]

HTML_PROGRESS_ERRORSTACK_PUSH = 2
If this is returned, then the error will only be pushed onto the stack, and not logged.

One of five possible return values from the error Callback




Tags:

see:  HTML_Progress::_handleError
since:  1.2.0

[ Top ]



HTML_PROGRESS_ERRORSTACK_PUSHANDLOG [line 83]

HTML_PROGRESS_ERRORSTACK_PUSHANDLOG = 1
If this is returned, then the error will be both pushed onto the stack and logged.

One of five possible return values from the error Callback




Tags:

see:  HTML_Progress::_handleError
since:  1.2.0

[ Top ]



HTML_PROGRESS_ERROR_INVALID_CALLBACK [line 61]

HTML_PROGRESS_ERROR_INVALID_CALLBACK = -101
Basic error code that indicate a wrong callback definition.

Allows only function or class-method structure.




Tags:

since:  1.1

[ Top ]



HTML_PROGRESS_ERROR_INVALID_INPUT [line 52]

HTML_PROGRESS_ERROR_INVALID_INPUT = -100
Basic error code that indicate a wrong input



Tags:

since:  1.0

[ Top ]



HTML_PROGRESS_LOG_TYPE_FILE [line 124]

HTML_PROGRESS_LOG_TYPE_FILE = 3
Append to a file

Log types for PHP's native error_log() function




Tags:

see:  HTML_Progress::_errorHandler
since:  1.2.0

[ Top ]



HTML_PROGRESS_LOG_TYPE_MAIL [line 120]

HTML_PROGRESS_LOG_TYPE_MAIL = 1
Use PHP's mail() function

Log types for PHP's native error_log() function




Tags:

see:  HTML_Progress::_errorHandler
since:  1.2.0

[ Top ]



HTML_PROGRESS_LOG_TYPE_SYSTEM [line 116]

HTML_PROGRESS_LOG_TYPE_SYSTEM =
Use PHP's system logger

Log types for PHP's native error_log() function




Tags:

see:  HTML_Progress::_errorHandler
since:  1.2.0

[ Top ]



HTML_PROGRESS_POLYGONAL [line 42]

HTML_PROGRESS_POLYGONAL = 3
Progress Bar shape types



Tags:

since:  1.2.0RC1

[ Top ]




Documentation generated on Sun, 25 Sep 2005 17:25:39 +0200 by phpDocumentor 1.2.3