cakephp2-php8/lib/Cake
dogmatic69 bcb3eb89dc Before this change 0.00 and '0.00' are treated differently. Floats from the database are returned as the string
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).
2013-01-11 17:00:06 +00:00
..
Cache fix doc block endings 2013-01-11 15:06:54 +01:00
Config double spaces to single ones 2012-12-22 23:48:15 +01:00
Configure Code cleanup 2012-12-28 23:37:58 +01:00
Console fix doc block endings 2013-01-11 15:06:54 +01:00
Controller fix doc block endings 2013-01-11 15:06:54 +01:00
Core remove unused local variables and a few improvements 2012-12-23 13:53:13 +01:00
Error Merge branch 'master' into 2.3 2012-12-27 20:59:06 -05:00
Event Docblock fixes 2012-11-29 04:36:29 +05:30
I18n remove unused local variables and a few improvements 2012-12-23 13:53:13 +01:00
Log double spaces to single ones 2012-12-22 23:48:15 +01:00
Model fix doc block endings 2013-01-11 15:06:54 +01:00
Network fix doc block endings 2013-01-11 15:06:54 +01:00
Routing fix doc block endings 2013-01-11 15:06:54 +01:00
Test Before this change 0.00 and '0.00' are treated differently. Floats from the database are returned as the string 2013-01-11 17:00:06 +00:00
TestSuite Merge branch 'master' into 2.3 2013-01-08 20:15:46 -05:00
Utility Before this change 0.00 and '0.00' are treated differently. Floats from the database are returned as the string 2013-01-11 17:00:06 +00:00
View fix doc block endings 2013-01-11 15:06:54 +01:00
basics.php double spaces to single ones 2012-12-22 23:48:15 +01:00
bootstrap.php unify new lines at the end of the file 2012-12-05 15:00:24 +01:00
LICENSE.txt Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
VERSION.txt Update version number to 2.3.0-RC2 2013-01-08 21:51:52 -05:00