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

Class: Phly_Config_Adapter_Php

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

Class Phly_Config_Adapter_Php

Class Overview

Phly_Config PHP Array adapter

Loads a file specified by $source, and returns the return value of that PHP file.

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



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

[ Top ]
Methods
load  [line 52]

  array load( string $source  )

Load a configuration array from $source

Parameters:
string   $source: 

API Tags:
Static:  
Access:  public


[ Top ]