| Package Information |
| Summary |
Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP |
| Maintainers |
Caroline Maynard <cem@php.net> (lead) [details] Graham Charters <gcc@php.net> (lead) [details] Matthew Peters <mfp@php.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.5.2 (beta) |
This release fixes a number of bugs:
- The XML DAS now throws a more meaningful exception when the xsd or xml file is not found
- The interface to SDO_DAS_DataFactory::addPropertyToType has changed and the previous interface is deprecated
- The interface to SDO_DAS_DataFactory::addProperty now supports the setting of default values
- The unit tests for the XML DAS have been added to
- The Relational DAS adapts to whether PDO constants are using old-style PDO_* or new-style PDO::*
- The Relational DAS contains a workaround for a problem with PDO_Statement::RowCount and ODBC driver
- Some SDO_DAS_ChangeSummary* constants, which were probably only used by the Relational DAS, have been changed |
|