我正在尝试从脚本文件夹中的helper方法加载一个xml文件
$styleData=新的Zend_Config_Xml($this->;视图->;baseUrl()/styles/style1/style.xml);
And i am getting error Uncaught exception Zend_Config_Exception with message simplexml_load_file(): I/O warning : failed to load external entity "/my_blog/public/styles/style1/style.xml" in /usr/share/php/libzend-framework-php/Zend/Config/Xml.php:98
Now if i do $styleData = new Zend_Config_Xml( localhost/ .$this->view->baseUrl(). /styles/style1/style.xml ); Then everything works fine Could you please help