/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;
파일 보기
프로젝트 열기: phalcon/incubator
1 사용 예제들
메소드 | 설명 | |
---|---|---|
__construct ( string $filePath ) | Phalcon\Config\Adapter\Xml constructor |
public __construct ( string $filePath ) | ||
$filePath | string |