php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容

源代码在线查看: intro.sdo-das-xml.html

软件大小: 3633 K
上传用户: fengkuangyidao
关键词: php PHP 文档 实际应用
下载地址: 免注册下载 普通下载 VIP

相关代码

												 				  Introduction				  				 				 				 SDO DAS XML				 Installing/Configuring				 SDO DAS XML				 PHP Manual								  Introduction				  				   In order to use the XML Data Access Service for Service Data Objects,				   you will need to understand some of the concepts behind SDO:				   the data graph, the data object, XPath and property expressions,				   and so on.				   If you are not familiar with these ideas, you might want to look first at				   the section on SDO.				  				  				   The job of the XML DAS is to move data between the				   application and an XML data source, which can be either a file or				   a URL. SDOs are always created and maintained according to a model 				   which defines type names and what property names each type may have.				   For data which is from XML, this SDO model is built from a schema file 				   written in XML schema language (an xsd file). This schema file is 				   usually passed to the create method when the XMLDAS is initialised. 				   The 				   » SDO 2.0 specification				   defines the mapping between XML types and SDO types.				   There are a number of small limitations in the PHP support -				   not everything which is in the specification can be done - and				   these limitations are summarised in a later section.				  				 				 SDO DAS XML				 Installing/Configuring				 SDO DAS XML				 PHP Manual											

相关资源