Hi: I am using CakePHP 1.1.17.5612 and have noticed that when I retrieve data using model->find..., float field values have .00 added if the value stored in the database is a whole number (say 1). Is there anyway to change this behavior? Where in Cake is this happening? If I retrieve the same data with $this->model->query, a float with a value of 1 in the DB has a value of 1 in the resulting array.
Thanks for any help. Mark --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
