phpbar.de logo

Mailinglisten-Archive

[php] PEAR::Config Problem

[php] PEAR::Config Problem

Andre Gemünd listen at scroogie.de
Mit Apr 20 21:31:56 CEST 2005


Jonas Schneider wrote:

> Warum geht das nicht???


Weil die parseConfig Methode nicht auf statischen Aufruf ausgelegt ist.
Du musst vorher ein eine Objektinstanz erzeugen:

|<?php
 $config = new Config();
 $root =& $config->parseConfig('/path/to/file.xml', 'xml');
?>

Gruß
André

|


php::bar PHP Wiki   -   Listenarchive