root/fMoney.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @577 [577] 05/21/09 08:33:52 wbond Updated documentation to indicate when methods will throw the exception in …
(edit) @541 [541] 03/24/09 00:41:29 wbond Fixed a bug with calling fMoney::format() when a format callback is set, …
(edit) @451 [451] 12/29/08 09:04:10 wbond Fixed logic errors with splitting static method callbacks for PHP 5.1
(edit) @448 [448] 12/24/08 01:06:02 wbond Updated copyright notices and licenses to use Will instead of William, …
(edit) @414 [414] 11/29/08 18:18:00 wbond Fixed ticket #93
(edit) @403 [403] 11/16/08 23:34:26 wbond BackwardsCompatibilityBreak - Removed fCore::stringlike()
(edit) @388 [388] 11/13/08 20:28:10 wbond BackwardsCompatibilityBreak - fCore::toss() was removed and all exceptions …
(edit) @386 [386] 11/12/08 21:22:07 wbond Fixed ticket #84 - changed fMoney to only use the defined precision for …
(edit) @316 [316] 10/21/08 01:54:09 wbond More API documentation updates
(edit) @286 [286] 10/11/08 22:08:46 wbond Added reset() methods for all classes with static members
(edit) @273 [273] 10/06/08 23:12:08 wbond Added comments to explain class constants for static method callbacks
(edit) @271 [271] 10/06/08 22:57:48 wbond Added fCore::callback(), change fCore::call() to accept two different …
(edit) @270 [270] 10/04/08 11:19:08 wbond Added fCore::call() and switched all applicable callbacks to class::method …
(edit) @267 [267] 10/03/08 14:14:59 wbond Added instance callback handlers
(edit) @265 [265] 10/03/08 01:39:30 wbond Added class constants to all classes with static methods to allow for …
(edit) @254 [254] 09/30/08 14:01:12 wbond Fixed an issue with not passing the currency to the fMoney constructor …
(copy) @214 [214] 09/12/08 13:51:40 wbond Moved all of the classes out of subdirectories for easier browsing and …
copied from ecommerce/fMoney.php:
(edit) @197 [197] 09/07/08 15:11:49 wbond Added fMoney::getDefaultCurrency()