Re: Class XML :: Error on function toArray

2008-08-27 Thread MBmax
It's also happening with Set::reverse($xml) ;-( --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send ema

Class XML :: Error on function toArray

2008-08-27 Thread MBmax
Heey Cakers... i have found a error in the XML class of CakePHP. I've the following xml data 2 1 1 2 when i parse this data with the xml class to a array $xml = new XML($data); $array = $xml->toArray(); i got a this array back Array ( [Lst] => Array

Class XML :: Error on function toArray

2008-08-27 Thread MBmax
Heey Cakers... i have found a error in the XML class of CakePHP. I've the following xml data 2 1 1 2 when i parse this data with the xml class to a array $xml = new XML($data); $array = $xml->toArray(); i got a this array back Array ( [Lst] => Array

Re: i18n 1.2

2007-02-01 Thread MBmax
Maybe they could make the route something like http://www.site.com / :lng / :controller /:action is $lng is not a good language then $lng will be set to the default lng of the browser On Feb 1, 11:12 am, "Na" <[EMAIL PROTECTED]> wrote: > For your question 2 : use of translation table isn't impl