Ver Mensaje Individual
  #5 (permalink)  
Antiguo 20/11/2013, 16:56
Avatar de carlos_belisario
carlos_belisario
Colaborador
 
Fecha de Ingreso: abril-2010
Ubicación: Venezuela Maracay Aragua
Mensajes: 3.156
Antigüedad: 14 años
Puntos: 461
Respuesta: formatear numero en vista admin yii

el metodo format espera un patron, normalmente es
Código PHP:
Ver original
  1. $number = 1200330.27;
  2. echo Yii::app()->numberFormatter->format("#,##0.00", $number);
ve el resultado, ve la referencia http://www.yiiframework.com/doc/api/...umberFormatter
__________________
aprende d tus errores e incrementa tu conocimientos
it's not a bug, it's an undocumented feature By @David
php the right way