Represents a database built upon Facebook's Data Store API.
Represents a database built upon Facebook's Data Store API. This class facilitates the creation of objects (i.e., database tables) and association links. It also contains helper methods for data compression over HTTP (using bzip2 compression). Using compression can significantly increase the amount of data that can be packed into Facebook's per-column (of type BLOB) data limit.
Located in /WMSFacebookDataStore.php (line 23)
WMSFacebookObject | --WMSFacebookDataStore
Inherited from WMSFacebookObject
WMSFacebookObject::$ASSOCATION_TYPE_ASYMMETRIC
WMSFacebookObject::$ASSOCATION_TYPE_DIRECTED
WMSFacebookObject::$ASSOCATION_TYPE_SYMMETRIC
WMSFacebookObject::$ERROR_OBJECT_EXISTS
WMSFacebookObject::$ERROR_OBJECT_NOT_FOUND
WMSFacebookObject::$OBJECT_TYPE_BINARY
WMSFacebookObject::$OBJECT_TYPE_INTEGER
WMSFacebookObject::$OBJECT_TYPE_STRING
Compresses the given data and makes it suitable for transmission over HTTP-based protocols. been compiled into PHP.
Compresses the given data and makes it suitable for transmission over HTTP-based protocols. This uses bzip2 compression, which must have been compiled into PHP.
Decompresses the given data that was previously compressed with a call to compress.
Decompresses the given data that was previously compressed with a call to compress.
Used to instantiate a new WMSFacebookDataStore instance.
Used to instantiate a new WMSFacebookDataStore instance.
Creates an association link of a given name, with respect to the two aliases. be an alias that represents the Facebook user's unique identifier.
Creates an association link of a given name, with respect to the two aliases. The aliases are names for the IDs. For example "user_id" would be an alias that represents the Facebook user's unique identifier.
Creates an object type with the given name. if the object creation failed because it already exists. the error will be thrown to the calling code.
Creates an object type with the given name. This will fail silently if the object creation failed because it already exists. Otherwise, the error will be thrown to the calling code.
Inherited From WMSFacebookObject
WMSFacebookObject::WMSFacebookObject()
WMSFacebookObject::getFacebook()
WMSFacebookObject::getFacebookAPI()
Documentation generated on Mon, 17 Dec 2007 20:10:41 -0800 by phpDocumentor 1.4.0