mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
bcb3eb89dc
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). |
||
---|---|---|
.. | ||
CakeNumber.php | ||
CakeTime.php | ||
ClassRegistry.php | ||
Debugger.php | ||
File.php | ||
Folder.php | ||
Hash.php | ||
Inflector.php | ||
ObjectCollection.php | ||
Sanitize.php | ||
Security.php | ||
Set.php | ||
String.php | ||
Validation.php | ||
Xml.php |