File: queue_usage.php
Source Location: /HTML_AJAX-0.5.7/examples/queue_usage.php
Classes:
Page Details:
Example of Using HTML_AJAX with a queue
When using HTML_AJAX your actually always using a queue, its just its a simple one that always performs whatever actions its given immediately HTML_AJAX however provides other queues offering different modes of operation Currently the Queues are (class names are prefixed with: HTML_AJAX_Queue_): Immediate - Default make the request immediately Interval_SingleBuffer - Make request on an interval with holding just the last request between calls Interval_SingleBuffer is generally used for Live Search/Google Suggest type operations
Documentation generated on Mon, 11 Mar 2019 15:59:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|