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

Procedural File: Progress.php

Source Location: /Progress.php



Classes:

HTML_Progress


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.




Tags:

tutorial:  HTML_Progress 1.x
license:  PHP License 3.0
access:  public
author:  Laurent Laville <pear@laurent-laville.org>
version:  1.2.0


Includes:

require_once('HTML/Progress/DM.php') [line 34]
require_once('HTML/Progress/UI.php') [line 35]





HTML_PROGRESS_BAR_HORIZONTAL [line 43]

HTML_PROGRESS_BAR_HORIZONTAL = 1
Progress Bar shape types



Tags:

since:  0.6

[ Top ]



HTML_PROGRESS_BAR_VERTICAL [line 44]

HTML_PROGRESS_BAR_VERTICAL = 2
Progress Bar shape types



Tags:

since:  0.6

[ Top ]



HTML_PROGRESS_CIRCLE [line 54]

HTML_PROGRESS_CIRCLE = 4
Progress Bar shape types



Tags:

since:  1.2.0RC1

[ Top ]



HTML_PROGRESS_DEPRECATED [line 81]

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

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

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

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

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

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

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

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

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

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

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

HTML_PROGRESS_POLYGONAL = 3
Progress Bar shape types



Tags:

since:  1.2.0RC1

[ Top ]




Documentation generated on Sun, 12 Sep 2004 20:23:42 +0200 by phpDocumentor 1.3.0RC3