Decimal number issue in cakePHP 4 (Scientific Notation)

Viewed 39

I have “double” type in table and I am trying to save “0.000025” value, at database its showing same as.

but at Entity Object (Cakephp 4.2.0) it’s showing “2.5E-5” instead of “0.000025” and also in form input it’s showing “2.5E-5” as value.

What I am missing here ?

Value in database

enter image description here

Value in entity object

enter image description here

0 Answers
Related