currencytoword Currency to Word Convertor

Requirements

...requirements of using this extension (e.g. Yii 1.1 or above)...

Usage

unzip the files and then Copy to /protected/extension directory

Use following syntax to get numbered currency to words.

<?php echo $this->widget('ext.currencyToWord.CurrencyToWord', array('num'=>98567.45))->result; ?>

This extension built from this post

click here to download