numtoword Convert any kind of number (digits) into word format

  1. Requirements
  2. Usage

...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

0 1
4 followers
447 downloads
Yii Version: 1.1
License: (not set)
Category: Others
Developed by: karmraj
Created on: Apr 9, 2013
Last updated: 11 years ago

Downloads

show all

Related Extensions