Top Level :: Web Services
:: SCA_SDO
:: 0.7.0
SCA_SDO 0.7.0
This package is not maintained, if you would like to take over please go to this page.
Package Information |
Summary |
Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP |
Maintainers |
Caroline Maynard <
cem at php dot net >
(lead)
[details]
Graham Charters <
gcc at php dot net >
(lead)
[details]
Matthew Peters <
mfp at php dot net >
(lead)
[details]
Simon Laws (lead)
[details]
|
License |
Apache 2.0 |
Description |
Service Data Objects (SDOs) enable PHP applications to work with data from different sources (typically a database query or an XML file) using a single interface. SCA for PHP allows a PHP programmer to write reusable components (classes) in PHP, which can be called either locally, or in a a variety of ways remotely (soap web services, xml-rpc, json-rpc, REST, etc), but always with the same interface.
|
Homepage |
http://www.osoa.org/display/PHP/
|
Release notes
Version 0.7.0
(beta)
|
This release adds support for reflection on a data object. The SDO_Model_ReflectionDataObject gives the programmer access to the type and structure information in a data object's model. This can help with debugging, or be used in dynamic user interface generation. |
|
Dependencies for release 0.7.0 |
|
|