Browse Source

decimal input text

euromark 14 years ago
parent
commit
53840ad310
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Model/Behavior/DecimalInputBehavior.php

+ 1 - 1
Model/Behavior/DecimalInputBehavior.php

@@ -1,6 +1,6 @@
 <?php
 <?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 (!)
  * 20,01 => 20.01 (!)
  * 11.222 => 11222
  * 11.222 => 11222