mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-13 21:19:49 +00:00
![]() version while doing calculations will normally end up as floats. This causes output differences on pages like order totals or invoices where there is a mix of calculated values and database values. Number::currency(0.00, 'GBP') -> £0.00 Number::currency('0.00', 'GBP') -> 0p Both versions will return `£0.00` (or whatever 0 is configured to return). |
||
---|---|---|
.. | ||
Cake |