我想从 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;
}
任何解决方案...谢谢