[Wiki] changed: Doc/Dev/InjectorH4
Michael Rubinsky <[email protected]>
| Newsgroups | gmane.comp.horde.cvs |
|---|---|
| Message-ID | <[email protected]> |
mrubinsk Sat, 31 Jul 2010 11:45:20 -0400 Modified page: http://wiki.horde.org/Doc/Dev/InjectorH4 New Revision: 1.6 Change log: Add Ajax, Facebook, and Twitter @@ -18,8 +18,10 @@ Horde_Perms Horde_Registry Horde_Secret Horde_SessionHandler +Horde_Service_Facebook +Horde_Service_Twitter Horde_Template Horde_Token Net_DNS_Resolver @@ -32,8 +34,17 @@ $auth = getAuth([$driver, [$params]]) > $auth = (Horde_Auth_Base) > $driver = (string) The driver. Defaults to the configured driver. > $params = (array) Additional parameters to pass to the driver. Defaults to the configured parameters. + ++++ Horde_Ajax + +Returns factory object with the following publicly available methods: + +$ajax = getAjax($app, $vars, [$action]) +> $ajax = (Horde_Core_Ajax_Application) +> $vars = (Horde_Variables) The Form/Request data. +> $action = (string) The ajax action to perform. +++ Horde_Crypt Returns factory object with the following publicly available methods: -- To unsubscribe, mail: [email protected]