找不到Cakephp类'DOMDocument'

Mil*_*los 9 cakephp domdocument

我尝试按照蛋糕书http://book.cakephp.org/2.0/en/core-libraries/helpers/rss.html中的这个简单解释实现rss feed 我收到此错误"在lib /中找不到类'DOMDocument'第99行的Cake/Utility/Xml.php"

任何线索?

Too*_*ote 20

安装php-xml包,提供使用DOMDocument类所需的文件


Ise*_*ngo 6

我有同样的烦恼,安装的软件包.我试着加载它,new DOMDocument();但我不得不使用$dom = new \DOMDocument();

希望这有助于人们使用CakePHP 3.x.