无法使用Zend \ I18n \ View \ Helper \ CurrencyFormat类

时间:2014-09-10 17:27:44

标签: zend-framework2

我正在尝试实现CurrencyFormat Helper,但是当我的CurrencyFormat的实例和对象时,应用程序正在提出一个例外:

$var new CurrencyFormat();

File:
/site/vendor/zendframework/zend-i18n/Zend/I18n/View/Helper/CurrencyFormat.php                    :63
Message:
Zend\I18n\View\Helper component requires the intl PHP extension

在我的控制器中,我包括库

use Zend\I18n\View\Helper\CurrencyFormat;

我想我需要在composer.json或配置文件中添加一些东西?

谢谢!

1 个答案:

答案 0 :(得分:2)

错误很清楚。该组件需要intl PHP extension。这是(通常)与PHP捆绑在一起的东西,需要在您的服务器上启用。