PHP has so called "type casting" operators, for example:

$string="3";

$number=(int)$string;

So you just have to go trough an array (array_walk) and convert
strings to numbers, if needed.



On 13 фев, 18:16, "digitalcowboy" <[EMAIL PROTECTED]> wrote:
> The stumped part was right after what you quoted "...without Cake
> converting them to a string."


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to