浏览代码

decimal input text

euromark 14 年之前
父节点
当前提交
53840ad310
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Model/Behavior/DecimalInputBehavior.php

+ 1 - 1
Model/Behavior/DecimalInputBehavior.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * //ALREADY exists as number_format in a slightly different way!
+ * A behavior to automatically format decimals from DB to output and reverse
  *
  * 20,01 => 20.01 (!)
  * 11.222 => 11222