XMLファイルからデータを読み取りたいのですが、次のエラーが表示されます。
例外情報:メッセージ:simplexml_load_file():I / O警告:外部エンティティ"/common/xml/demo.xml"を読み込めませんでした
以下は私のコードです:
public function init() {
require_once 'Zend/Config/Xml.php';
$xml = new Zend_Config_Xml('/common/xml/demo.xml');
echo $xml;
}
任意の解決策...ありがとう