PhpExt : Data [ class tree ] [ index ] [ all elements ]

Class: PhpExt_Data_DataProxy

Source Location: /PhpExt/Data/DataProxy.php

Class PhpExt_Data_DataProxy

Class Overview

This class is an abstract base class for implementations which provide retrieval of unformatted data objects.

DataProxy implementations are usually used in conjunction with an implementation of PhpExt_Data_DataReader (of the appropriate type which knows how to parse the data object) to provide a block of PhpExt_Data_Records to an PhpExt_Data_Store.

Custom implementations must implement the load method as described in PhpExt_Data_HttpProxy.load.

Located in /PhpExt/Data/DataProxy.php [line 28]

PhpExt_Object
   |
   --PhpExt_Observable
      |
      --PhpExt_Data_DataProxy
Author(s):
API Tags:
Usedby:  PhpExt_Data_Store::setProxy()

Methods

[ Top ]
Descendants
Child Class Description
PhpExt_Data_HttpProxy An implementation of Ext.data.DataProxy that reads a data object from a Connection object configured to reference a certain URL.
PhpExt_Data_MemoryProxy An implementation of Ext.data.DataProxy that simply passes the data specified in its constructor to the Reader when its load method is called.
PhpExt_Data_ScriptTagProxy An implementation of Ext.data.DataProxy that reads a data object from a URL which may be in a domain other than the originating domain of the running page.

[ Top ]
Method Summary
PhpExt_Data_DataProxy   __construct()  

[ Top ]
Methods
Constructor __construct  [line 30]

  PhpExt_Data_DataProxy __construct( )


API Tags:
Access:  public


Redefinition of:
PhpExt_Observable::__construct()

Redefined in descendants as:

[ Top ]

Documentation generated on Fri, 08 Aug 2008 15:52:25 -0500 by phpDocumentor 1.4.0