【发布时间】:2014-12-27 10:29:00
【问题描述】:
我需要什么
-
我需要将国家代码转换为货币符号。
like for USD => $. 我需要将货币代码转换为货币符号。
代码
控制器
use Symfony\Component\Intl\ResourceBundle\CurrencyBundle;
class EventDetailController extends Controller
{
$currency = $data[0]['currency'];
$Currency= USD
Symfony\Component\Intl\Intl::getCurrencyBundle()->getCurrencySymbol('USD');
}
错误
PHP Fatal error: Class 'Acme\\biztradeshowsBundle\\Controller\\Symfony\\Component\\Intl\\Intl' not found in /home/indiamart/public_html/10into/src/Acme/biztradeshowsBundle/Controller/EventDetailController.php on line 180
【问题讨论】: