Changeset 17823
- Timestamp:
- 04/30/09 13:31:53 (4 years ago)
- Files:
-
- plugins/sfRatePlugin/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfRatePlugin/README
r17803 r17823 7 7 --------------------- 8 8 9 Coming soon... 9 $result = new sfRate(amount, currencyForm, currencyTo); 10 11 For US dollars to Euros 12 13 $result = new sfRate(1, 'USD', 'EUR'); 14 15 Example 16 --------------------- 17 18 In the package is an example of a currency converter. 19 Just type http://localhost/sfrateplugin/ after enabled the module in settings.yml