Should I format my numbers 1234.20 => 1'234.20
in model or in the view using php and codeigniter?
It belongs to the view layer.
The model only cares about the value, not how you present it to the user. Also, you may need to display it differently, if your site is multilingual.
In the view, since the transformation is presentational in nature.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With