Development

Changeset 17823

You must first sign up to be able to contribute.

Changeset 17823

Show
Ignore:
Timestamp:
04/30/09 13:31:53 (4 years ago)
Author:
zellerda
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfRatePlugin/README

    r17803 r17823  
    77--------------------- 
    88 
    9 Coming soon... 
     9    $result = new sfRate(amount, currencyForm, currencyTo); 
     10     
     11For US dollars to Euros 
     12 
     13    $result = new sfRate(1, 'USD', 'EUR'); 
     14     
     15Example 
     16--------------------- 
     17 
     18In the package is an example of a currency converter. 
     19Just type http://localhost/sfrateplugin/ after enabled the module in settings.yml