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

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ x ] [ _ ]

a

$ajax
in file Server.php, variable HTML_AJAX_Server::$ajax
    HTML_AJAX instance
Action.php
procedural page Action.php
AJAX.php
procedural page AJAX.php
auto_server.php
procedural page auto_server.php
auto_server.php
procedural page auto_server.php
auto_server.php
procedural page auto_server.php
auto_server.php
procedural page auto_server.php
appendAttr
in file Action.php, method HTML_AJAX_Action::appendAttr()
    public function appendAttr()
assignAttr
in file Action.php, method HTML_AJAX_Action::assignAttr()
    public function assignAttr()
top

b

$bar
in file js_utils_vardump.php, variable foo::$bar
$bat
in file js_utils_vardump.php, variable foo::$bat
top

c

$cacheOptions
in file Server.php, variable HTML_AJAX_Server::$cacheOptions
    An array of options that tell the server howto Cache output
$clientJsLocation
in file Server.php, variable HTML_AJAX_Server::$clientJsLocation
    Location on filesystem of client javascript library
$contentType
in file Response.php, variable HTML_AJAX_Response::$contentType
    about
$contentType
in file Action.php, variable HTML_AJAX_Action::$contentType
    about
$contentTypeMap
in file AJAX.php, variable HTML_AJAX::$contentTypeMap
    Content-type map
checkEmail
in file login.class.php, function checkEmail()
    Email check function
checklogin
in file login.class.php, method login::checklogin()
    Checks if the passed values are correct.
clearAttr
in file Action.php, method HTML_AJAX_Action::clearAttr()
    public function clearAttr()
clearGuestbook
in file guestbook.class.php, method guestbook::clearGuestbook()
clientJsLocation
in file Server.php, method HTML_AJAX_Server::clientJsLocation()
    Get the location of the client js To override the default pear datadir location set $this->clientJsLocation
cookies
in file test.class.php, method test::cookies()
createNode
in file Action.php, method HTML_AJAX_Action::createNode()
    public function createNode()
top

d

$debug
in file AJAX.php, variable HTML_AJAX::$debug
    This is the debug variable that we will be passing the HTML_AJAX_Debug instance to.
$debugEnabled
in file AJAX.php, variable HTML_AJAX::$debugEnabled
    This is to tell if debug is enabled or not. If so, then debug is called, instantiated then saves the file and such.
$debugSession
in file AJAX.php, variable HTML_AJAX::$debugSession
    This puts the error into a session variable is set to true.
Debug.php
procedural page Debug.php
dec
in file JSON.php, method HTML_AJAX_JSON::dec()
    function dec
decode
in file JSON.php, method HTML_AJAX_JSON::decode()
    function decode decode a HTML_AJAX_JSON string into appropriate variable
deleteEntry
in file guestbook.class.php, method guestbook::deleteEntry()
top

e

Error.php
procedural page Error.php
error_usage.php
procedural page error_usage.php
echo_string
in file test.class.php, method test::echo_string()
echo_string
in file test2.class.php, method test2::echo_string()
editEntry
in file guestbook.class.php, method guestbook::editEntry()
enc
in file JSON.php, method HTML_AJAX_JSON::enc()
    function enc
encloseInScript
in file Helper.php, method HTML_AJAX_Helper::encloseInScript()
    Enclose a string in a script block
encode
in file JSON.php, method HTML_AJAX_JSON::encode()
    function encode encode an arbitrary variable into HTML_AJAX_JSON format
error_test
in file test.class.php, method test::error_test()
error_test
in file error_usage.php, class error_test
error_test
in file error_usage.php, method error_test::error_test()
error_test
in file test2.class.php, method test2::error_test()
ERR_EMAIL_EMPTY
in file login.class.php, constant ERR_EMAIL_EMPTY
ERR_EMAIL_INVALID
in file login.class.php, constant ERR_EMAIL_INVALID
ERR_PASSWORD_EMPTY
in file login.class.php, constant ERR_PASSWORD_EMPTY
ERR_PASSWORD_INVALID
in file login.class.php, constant ERR_PASSWORD_INVALID
ERR_USERNAME_EMPTY
in file login.class.php, constant ERR_USERNAME_EMPTY
ERR_USERNAME_INVALID
in file login.class.php, constant ERR_USERNAME_INVALID
escape
in file Helper.php, method HTML_AJAX_Helper::escape()
    Escape a string and add quotes allowing it to be a javascript paramater
top

f

form.php
procedural page form.php
foo
in file js_utils_vardump.php, class foo
    HTML_AJAX_Util.varDump() examples
top

g

guestbook.class.php
procedural page guestbook.class.php
generateClassStub
in file AJAX.php, method HTML_AJAX::generateClassStub()
    Return the stub for a class
generateClient
in file Server.php, method HTML_AJAX_Server::generateClient()
    Generate client js
generateJavaScriptClient
in file AJAX.php, method HTML_AJAX::generateJavaScriptClient()
    Generate the client Javascript code
getContentType
in file Response.php, method HTML_AJAX_Response::getContentType()
    public function getContentType()
getPayload
in file Response.php, method HTML_AJAX_Response::getPayload()
    public function getPayload()
getPayload
in file Action.php, method HTML_AJAX_Action::getPayload()
    public function getPayload()
guestbook
in file guestbook.class.php, class guestbook
guestbook
in file guestbook.class.php, method guestbook::guestbook()
GuestbookServer
in file auto_server.php, class GuestbookServer
    Class for creating an external AJAX server
top

h

Helper.php
procedural page Helper.php
helper_usage.php
procedural page helper_usage.php
handleRequest
in file Server.php, method HTML_AJAX_Server::handleRequest()
    Handle a client request, either generating a client or having HTML_AJAX handle the request
handleRequest
in file AJAX.php, method HTML_AJAX::handleRequest()
    Handle a ajax request if needed
HTML_AJAX
in file AJAX.php, class HTML_AJAX
    OO AJAX Implementation for PHP
HTML_AJAX_Action
in file Action.php, class HTML_AJAX_Action
    Helper Class for creating information that can be properly serialized and used by
HTML_AJAX_Debug
in file Debug.php, class HTML_AJAX_Debug
    AJAX Debugging implementation
HTML_AJAX_Debug
in file Debug.php, method HTML_AJAX_Debug::HTML_AJAX_Debug()
    The constructor.
HTML_AJAX_Helper
in file Helper.php, class HTML_AJAX_Helper
    HTML/JavaScript Generation Helper
HTML_AJAX_JSON
in file JSON.php, method HTML_AJAX_JSON::HTML_AJAX_JSON()
    function HTML_AJAX_JSON constructor
HTML_AJAX_JSON
in file JSON.php, class HTML_AJAX_JSON
    HTML_AJAX_JSON Conversion to and from HTML_AJAX_JSON format.
HTML_AJAX_JSON_IN_ARR
in file JSON.php, constant HTML_AJAX_JSON_IN_ARR
HTML_AJAX_JSON_IN_CMT
in file JSON.php, constant HTML_AJAX_JSON_IN_CMT
HTML_AJAX_JSON_IN_OBJ
in file JSON.php, constant HTML_AJAX_JSON_IN_OBJ
HTML_AJAX_JSON_IN_STR
in file JSON.php, constant HTML_AJAX_JSON_IN_STR
HTML_AJAX_JSON_LOOSE_TYPE
in file JSON.php, constant HTML_AJAX_JSON_LOOSE_TYPE
HTML_AJAX_JSON_SLICE
in file JSON.php, constant HTML_AJAX_JSON_SLICE
HTML_AJAX_JSON_STRICT_TYPE
in file JSON.php, constant HTML_AJAX_JSON_STRICT_TYPE
HTML_AJAX_Response
in file Response.php, class HTML_AJAX_Response
    Josh says we need this, I don't know why yet
HTML_AJAX_Serializer_Error
in file Error.php, class HTML_AJAX_Serializer_Error
    Error Serializer, for now just uses JSON
HTML_AJAX_Serializer_JSON
in file JSON.php, method HTML_AJAX_Serializer_JSON::HTML_AJAX_Serializer_JSON()
HTML_AJAX_Serializer_JSON
in file JSON.php, class HTML_AJAX_Serializer_JSON
    JSON Serializer
HTML_AJAX_Serializer_Null
in file Null.php, class HTML_AJAX_Serializer_Null
    Null Serializer
HTML_AJAX_Serializer_PHP
in file PHP.php, class HTML_AJAX_Serializer_PHP
    PHP Serializer
HTML_AJAX_Serialize_Urlencoded
in file Urlencoded.php, class HTML_AJAX_Serialize_Urlencoded
    URL Encoding Serializer
HTML_AJAX_Server
in file Server.php, class HTML_AJAX_Server
    Class for creating an external AJAX server
HTML_AJAX_Server
in file Server.php, method HTML_AJAX_Server::HTML_AJAX_Server()
    Constructor creates the HTML_AJAX instance
top

i

$initMethods
in file auto_server.php, variable GuestbookServer::$initMethods
$initMethods
in file auto_server.php, variable ReviewServer::$initMethods
$initMethods
in file Server.php, variable HTML_AJAX_Server::$initMethods
    Set to true if your extending the server to add init{className methods}
$initMethods
in file auto_server.php, variable TestServer::$initMethods
index.php
procedural page index.php
index.php
procedural page index.php
index.php
procedural page index.php
index.php
procedural page index.php
initGuestbook
in file auto_server.php, method GuestbookServer::initGuestbook()
initLogin
in file auto_server.php, method TestServer::initLogin()
initObject
in file auto_server.php, class initObject
initReview
in file auto_server.php, method ReviewServer::initReview()
initTest2
in file auto_server.php, method initObject::initTest2()
insertAlert
in file Action.php, method HTML_AJAX_Action::insertAlert()
    public function insertAlert()
insertScript
in file Action.php, method HTML_AJAX_Action::insertScript()
    public function insertScript()
top

j

$javascriptLibraries
in file Server.php, variable HTML_AJAX_Server::$javascriptLibraries
    Javascript library names and there path
$javascriptLibraryPaths
in file Server.php, variable HTML_AJAX_Server::$javascriptLibraryPaths
    Custom paths to use for javascript libraries, if not set clientJsLocation is used to find the system path
$jsLibraries
in file Helper.php, variable HTML_AJAX_Helper::$jsLibraries
    JS libraries to include
JSON.php
procedural page JSON.php
JSON.php
procedural page JSON.php
js_utils_vardump.php
procedural page js_utils_vardump.php
top

l

$livesearch
in file livesearch.class.php, variable livesearch::$livesearch
    Items to search against
login.class.php
procedural page login.class.php
livesearch.class.php
procedural page livesearch.class.php
livesearch
in file livesearch.class.php, class livesearch
    Simple test class for doing fake livesearch
loadingMessage
in file Helper.php, method HTML_AJAX_Helper::loadingMessage()
    Create a custom Loading message
login
in file login.class.php, class login
    Login class used in the "login form" example Please note: Constructors and private methods marked with _ are never exported in proxies to JavaScript
top

m

MESSAGE_FILE
in file shoutbox.php, constant MESSAGE_FILE
multiarg
in file test.class.php, method test::multiarg()
top

n

Null.php
procedural page Null.php
name_value
in file JSON.php, method HTML_AJAX_JSON::name_value()
    function name_value array-walking function for use in generating HTML_AJAX_JSON-formatted name-value pairs
newEntry
in file guestbook.class.php, method guestbook::newEntry()
NEWLINE
in file Debug.php, constant NEWLINE
newReview
in file review.class.php, method Review::newReview()
top

o

$options
in file Server.php, variable HTML_AJAX_Server::$options
    Client options array if set to true the code looks at _GET
top

p

$payload
in file Response.php, variable HTML_AJAX_Response::$payload
    about
PHP.php
procedural page PHP.php
proxyless_usage.php
procedural page proxyless_usage.php
proxy_usage_inline_javascript.php
procedural page proxy_usage_inline_javascript.php
proxy_usage_server.php
procedural page proxy_usage_server.php
prependAttr
in file Action.php, method HTML_AJAX_Action::prependAttr()
    public function prependAttr()
top

q

queue_usage.php
procedural page queue_usage.php
top

r

Response.php
procedural page Response.php
review.class.php
procedural page review.class.php
reduce_string
in file JSON.php, method HTML_AJAX_JSON::reduce_string()
    function reduce_string reduce a string by removing leading and trailing comments and whitespace
registerCallback
in file AJAX.php, method HTML_AJAX::registerCallback()
    Registers callbacks for sending headers or retriving post/get vars
registerClass
in file AJAX.php, method HTML_AJAX::registerClass()
    Set a class to handle requests
registerClass
in file Server.php, method HTML_AJAX_Server::registerClass()
    Register method passthrough to HTML_AJAX
registerInitObject
in file Server.php, method HTML_AJAX_Server::registerInitObject()
    Register init methods from an external class
registerJSLibrary
in file Server.php, method HTML_AJAX_Server::registerJSLibrary()
    Register a new js client library
removeNode
in file Action.php, method HTML_AJAX_Action::removeNode()
    public function removeNode()
replaceNode
in file Action.php, method HTML_AJAX_Action::replaceNode()
    public function replaceNode()
Review
in file review.class.php, class Review
Review
in file review.class.php, method Review::Review()
ReviewServer
in file auto_server.php, class ReviewServer
    Class for creating an external AJAX server
top

s

$sendContentLength
in file AJAX.php, variable HTML_AJAX::$sendContentLength
    If the Content-Length header should be sent, if your using a gzip handler on an output buffer, or run into any compatability problems, try disabling this.
$serializer
in file AJAX.php, variable HTML_AJAX::$serializer
    What encoding your going to use for serializing data from php being sent to javascript
$serverUrl
in file Helper.php, variable HTML_AJAX_Helper::$serverUrl
    URL where an HTML_AJAX_Server instance is serving up clients and taking ajax requests
$serverUrl
in file AJAX.php, variable HTML_AJAX::$serverUrl
    Set the server url in the generated stubs to this value
$stubs
in file Helper.php, variable HTML_AJAX_Helper::$stubs
    Remote class stubs to include
Server.php
procedural page Server.php
server.php
procedural page server.php
shoutbox.php
procedural page shoutbox.php
serialize.php.examples.php
procedural page serialize.php.examples.php
serialize.url.examples.php
procedural page serialize.url.examples.php
save_messages
in file shoutbox.php, function save_messages()
search
in file livesearch.class.php, method livesearch::search()
    Perform a search
serialize
in file Urlencoded.php, method HTML_AJAX_Serialize_Urlencoded::serialize()
serialize
in file PHP.php, method HTML_AJAX_Serializer_PHP::serialize()
serialize
in file Null.php, method HTML_AJAX_Serializer_Null::serialize()
serialize
in file JSON.php, method HTML_AJAX_Serializer_JSON::serialize()
    This function serializes and input passed to it.
sessionError
in file Debug.php, method HTML_AJAX_Debug::sessionError()
    This function pushes the array $_SESSION['html_ajax_debug']['time'][] with the values inside of $this->error
setupAJAX
in file Helper.php, method HTML_AJAX_Helper::setupAJAX()
    Include all needed libraries, stubs, and set defaultServer
show_messages
in file shoutbox.php, function show_messages()
slow_echo_string
in file test.class.php, method test::slow_echo_string()
slow_echo_string
in file test2.class.php, method test2::slow_echo_string()
top

t

test2.class.php
procedural page test2.class.php
test.class.php
procedural page test.class.php
test_priority.php
procedural page test_priority.php
test_speed.php
procedural page test_speed.php
test
in file test.class.php, method test::test()
test
in file test.class.php, class test
    Test class used in other examples Constructors and private methods marked with _ are never exported in proxies to JavaScript
test2
in file test2.class.php, class test2
    Test class used in other examples
TestServer
in file auto_server.php, class TestServer
    Class for creating an external AJAX server
top

u

$unserializer
in file AJAX.php, variable HTML_AJAX::$unserializer
    What encoding your going to use for unserializing data sent from javascript
Urlencoded.php
procedural page Urlencoded.php
unserialize
in file Urlencoded.php, method HTML_AJAX_Serialize_Urlencoded::unserialize()
unserialize
in file PHP.php, method HTML_AJAX_Serializer_PHP::unserialize()
unserialize
in file Null.php, method HTML_AJAX_Serializer_Null::unserialize()
unserialize
in file JSON.php, method HTML_AJAX_Serializer_JSON::unserialize()
    this function unserializes the input passed to it.
updateElement
in file Helper.php, method HTML_AJAX_Helper::updateElement()
    Update the contents of an element using ajax
updateReview
in file review.class.php, method Review::updateReview()
top

x

xmlError
in file Debug.php, method HTML_AJAX_Debug::xmlError()
    This functions formats the error to xml format then we can save it.
top

_

$_initLookup
in file Server.php, variable HTML_AJAX_Server::$_initLookup
    Array of className => init methods to call, generated from constructor from initClassName methods
top

Documentation generated on Wed, 07 Dec 2005 16:30:17 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.