PHP 클래스 Phalcon\Config\Adapter\Xml

Reads xml files and converts them to Phalcon\Config objects. Given the next configuration file: /phalcon/ memory here You can read it as follows: use Phalcon\Config\Adapter\Xml; $config = new Xml("path/config.xml"); echo $config->phalcon->baseuri; echo $config->nested->config->parameter;
상속: extends Phalcon\Config
파일 보기 프로젝트 열기: phalcon/incubator 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $filePath ) Phalcon\Config\Adapter\Xml constructor

메소드 상세

__construct() 공개 메소드

Phalcon\Config\Adapter\Xml constructor
public __construct ( string $filePath )
$filePath string