Class AjaxHandler

Description

Handles Ajax requests, sending them to plugin sinks.

Located in /system/classes/ajaxhandler.php (line 9)

ActionHandler
   |
   --AjaxHandler
Method Summary
void act_ajax ()
void act_auth_ajax ()
Variables
Methods
act_ajax (line 21)

Handles incoming ajax requests for which the user need not be authenticated.

Forwards the request to plugin actions for the "context" portion of the URL. The following example would set the context of 'foo' and trigger the plugin action 'ajax_foo'.

  1. URL::get'ajax''context=foo' );

  • access: public
void act_ajax ()
act_auth_ajax (line 38)

Handles incoming ajax requests for which the user must be authenticated.

Forwards the request to plugin actions for the "context" portion of the URL.

void act_auth_ajax ()

Inherited Methods

Inherited From ActionHandler

ActionHandler::act()
ActionHandler::act_redirect()
ActionHandler::__call()

Documentation generated on Thu, 30 Oct 2008 20:31:02 +0100 by phpDocumentor 1.3.2