API.txt |
currency_api/API.txt |
|
The currency module provides two callable API functions that allow other
modules to do real time currency exchange.
The functions are:
function currency_api_exchange($currency_from, $currency_to, $amount = 1)
* This function converts two… |
currency.info |
currency.info |
|
name = Currency
description = This module provides currency exchange rates.
dependencies = currency_api
package = Currency
; Information added by drupal.org packaging script on 2008-07-04
version = "5.x-1.1"
project =… |
currency.install |
currency.install |
|
|
currency.module |
currency.module |
|
|
currency_api.info |
currency_api/currency_api.info |
|
name = Currency API
description = "This module provides an API for currency conversion."
package = Currency
; Information added by drupal.org packaging script on 2008-07-04
version = "5.x-1.1"
project =… |
currency_api.install |
currency_api/currency_api.install |
|
|
currency_api.module |
currency_api/currency_api.module |
|
|
INSTALL.txt |
INSTALL.txt |
|
Description:
------------
This module provides visitors to your web site with currency conversion rates.
It also provides an API for currency conversion that other modules can use.
Requirements:
-------------
This module requires drupal 4.7.x or… |
README.txt |
README.txt |
|
Copyright 2005 http://2bits.com
Description:
------------
This module provides visitors to your web site with currency conversion rates.
It also provides a callable API for currency conversion that other modules can
use.
It relies on Yahoo!… |