...overview of the extension...
Requirements ¶
...requirements of using this extension (e.g. Yii 1.1 or above)...
Usage ¶
Copy this extension in /protected/extension directory
Use follwing syntax to get result of your number digits.
<?php $data = $this->widget('ext.NumtoWord.NumtoWord', array('num'=>10250)); print $data->result; ?>
Result of this syntax is : ten thousand, two hundred and fifty
Multilang
Does it support english words only?
@Multilang
Yes, Currently it is support english word only. In future updates we are trying to support more lang.
Thanks for suggestion.
comparison with Numbers_Words
How is it different from Numbers_Words from Pear repository?
About the Extention
I used this plugin and was happy to use that. Thank you author for taking time to develop useful plugins like this.
@thanks
Thank You.. And Appreciative Work !!!
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.