Phly Documentation Phly
[ return to channel ] [ class tree: Phly ] [ index: Phly ] [ all elements ]

Class: Phly_Config_Adapter_Xml

Source Location: /Phly_Config/Phly/Config/Adapter/Xml.php

Class Phly_Config_Adapter_Xml

Class Overview

Phly_Config XML file adapter

Loads an XML file specified by $source using SimpleXML, and returns an array representation of that file.

Located in /Phly_Config/Phly/Config/Adapter/Xml.php [line 42]



		
				Author(s):
		
		
		
Information Tags:
Version:  @release-version@
Copyright:  2006 - Present, Matthew Weier O'Phinney
[ Top ]
Method Summary
array   load()   Load an XML configuration file from $source

[ Top ]
Methods
load  [line 52]

  array load( string $source  )

Load an XML configuration file from $source

Parameters:
string   $source: 

API Tags:
Static:  
Access:  public


[ Top ]