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

File: Progress.php

Source Location: /HTML_Progress-1.2.3/Progress.php

Classes:

HTML_Progress
The HTML_Progress class allow you to add a loading bar to any of your xhtml document.

Page Details:

The HTML_Progress class allow you to add a loading bar to any of your xhtml document.

You should have a browser that accept DHTML feature.

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.

Includes:

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

HTML_PROGRESS_BAR_HORIZONTAL [line 33]

HTML_PROGRESS_BAR_HORIZONTAL = 1
Progress Bar shape types
  • Since: 0.6

[ Top ]



HTML_PROGRESS_BAR_VERTICAL [line 34]

HTML_PROGRESS_BAR_VERTICAL = 2
Progress Bar shape types
  • Since: 0.6

[ Top ]



HTML_PROGRESS_CIRCLE [line 44]

HTML_PROGRESS_CIRCLE = 4
Progress Bar shape types
  • Since: 1.2.0RC1

[ Top ]



HTML_PROGRESS_DEPRECATED [line 71]

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

[ Top ]



HTML_PROGRESS_ERRORSTACK_IGNORE [line 98]

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

  • See: HTML_Progress::_handleError
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_ERRORSTACK_LOG [line 94]

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

  • See: HTML_Progress::_handleError
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_ERRORSTACK_LOGANDDIE [line 103]

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

  • See: HTML_Progress::_handleError
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_ERRORSTACK_PUSH [line 89]

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

  • See: HTML_Progress::_handleError
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_ERRORSTACK_PUSHANDLOG [line 84]

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

  • See: HTML_Progress::_handleError
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_ERROR_INVALID_CALLBACK [line 62]

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

Allows only function or class-method structure.

  • Since: 1.1

[ Top ]



HTML_PROGRESS_ERROR_INVALID_INPUT [line 53]

HTML_PROGRESS_ERROR_INVALID_INPUT = -100
Basic error code that indicate a wrong input
  • Since: 1.0

[ Top ]



HTML_PROGRESS_LOG_TYPE_FILE [line 125]

HTML_PROGRESS_LOG_TYPE_FILE = 3
Append to a file

Log types for PHP's native error_log() function

  • See: HTML_Progress::_errorHandler
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_LOG_TYPE_MAIL [line 121]

HTML_PROGRESS_LOG_TYPE_MAIL = 1
Use PHP's mail() function

Log types for PHP's native error_log() function

  • See: HTML_Progress::_errorHandler
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_LOG_TYPE_SYSTEM [line 117]

HTML_PROGRESS_LOG_TYPE_SYSTEM = 0
Use PHP's system logger

Log types for PHP's native error_log() function

  • See: HTML_Progress::_errorHandler
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_POLYGONAL [line 43]

HTML_PROGRESS_POLYGONAL = 3
Progress Bar shape types
  • Since: 1.2.0RC1

[ Top ]



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