Todo List
An implementation of Ext.data.DataProxy that reads a data object from a Connection object configured to reference a certain URL.
Note that this class cannot be used to retrieve data from a domain other than the domain from which the running page was served.
For cross-domain access to remote data, use a PhpExt_Data_ScriptTagProxy.
Be aware that to enable the browser to parse an XML document, the server must set the Content-Type header in the HTTP response to "text/xml".
Located in /PhpExt/Data/HttpProxy.php [line 32]
PhpExt_Object | --PhpExt_Observable | --PhpExt_Data_DataProxy | --PhpExt_Data_HttpProxy
Methods
Inherited From PhpExt_Observable
PhpExt_Observable::$_listeners
Inherited From PhpExt_Object
PhpExt_Object::$_extClassName PhpExt_Object::$_extConfigProperties PhpExt_Object::$_validExtConfigProperties PhpExt_Object::$_varName
Inherited From PhpExt_Data_DataProxy
PhpExt_Data_DataProxy::__construct()
PhpExt_Observable::__construct() PhpExt_Observable::attachListener() Adds a PhpExt_Listener to the specified $eventName. This lintener will execute when the Javascript object fires that event. PhpExt_Observable::getConfigParams() PhpExt_Observable::getListeners()
PhpExt_Object::__construct() PhpExt_Object::addValidConfigProperties() PhpExt_Object::createMethodSignature() PhpExt_Object::getConfigParams() PhpExt_Object::getExtConfigProperty() PhpExt_Object::getJavascript() PhpExt_Object::getMethodInvokeStm() PhpExt_Object::isExtObject() PhpExt_Object::paramToString() PhpExt_Object::setExtClassInfo() PhpExt_Object::setExtConfigProperty() PhpExt_Object::__get() PhpExt_Object::__set()
PhpExt_Data_HttpProxy __construct( )