Code |
Context$price = array(
"90p"
)
$currency = "GBP"
$price = $this->Number->currency($price, $currency);
$price = explode(".", $price);
return "<div class=\"price\">{$price[0]}.</div><div class=\"sup\">{$price[1]}</div>";
PriceHelper::show() - APP/views/helpers/price.php, line 10
include - APP/views/themed/ojockie/elements/right_content.ctp, line 6
View::_render() - CORE/cake/libs/view/view.php, line 646
View::element() - CORE/cake/libs/view/view.php, line 335
include - APP/views/themed/ojockie/layouts/default.ctp, line 33
View::_render() - CORE/cake/libs/view/view.php, line 646
View::renderLayout() - CORE/cake/libs/view/view.php, line 442
View::render() - CORE/cake/libs/view/view.php, line 380
Controller::render() - CORE/cake/libs/controller/controller.php, line 733
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 260
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 230
[main] - APP/webroot/index.php, line 90
90p.