PHP 클래스 xajaxResponsePlugin
xajax version 0.5 (Beta 1)
copyright (c) 2006 by Jared White & J. Max Wilson
http://www.xajaxproject.org
xajax is an open source PHP class library for easily creating powerful
PHP-driven, web-based Ajax Applications. Using xajax, you can asynchronously
call PHP functions and update the content of your your webpage without
reloading the page.
xajax is released under the terms of the BSD license
http://www.xajaxproject.org/bsd_license.txt
파일 보기
프로젝트 열기: xajax/xajax
공개 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
$objResponse |
|
A reference to the current object that is being used
to build the response that will be sent to the client browser. |
|
공개 메소드들
메소드 |
설명 |
|
addCommand ( $aAttributes, $sData ) |
*
Function: addCommand |
|
getName ( ) |
*
Function: getName |
|
process ( ) |
*
Function: process |
|
setResponse ( $objResponse ) |
*
Function: setResponse |
|
메소드 상세
Used internally to add a command to the response command list. This
will call addPluginCommand> using the reference provided
in setResponse>.
Called by the when the user script requests a plugin.
This name must match the plugin name requested in the called to
plugin>.
Called by when a user script requests the service of a
response plugin. The parameters provided by the user will be used to
determine which response command and parameters will be sent to the
client upon completion of the xajax request process.
Called by the object that is currently being used
to build the response that will be sent to the client browser.
Parameters:
objResponse - (object): A reference to the object
프로퍼티 상세
A reference to the current object that is being used
to build the response that will be sent to the client browser.