problem with the latest 1.1.11.4064

2006-12-05 Thread francky06l
Hi All, I have upgraded to the latest version, I have been adding the loadModel in components and everything works fine except for one thing : - I use to have methods in controller that I called using an ajax link url and I pass paratemers in a pretty form : link('/Controller/action/0/1/' ..

Re: problem with the latest 1.1.11.4064

2006-12-05 Thread Claudio Poli 
you should always set a default value to avoid the missing argument, like function action($arg1=null, $arg2=null) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email

Re: problem with the latest 1.1.11.4064

2006-12-05 Thread francky06l
yes but this does not help at all, because the 0 are dropped so you will end up with your first argument taking the value of the second and the second be null ... I found the problem, in the new version of router.php, the neatarray-cleanup has been remove and replace by array_filter. The problem

RE: problem with the latest 1.1.11.4064

2006-12-05 Thread Mariano Iglesias
@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre de francky06l Enviado el: Martes, 05 de Diciembre de 2006 09:30 a.m. Para: Cake PHP Asunto: Re: problem with the latest 1.1.11.4064 I found the problem, in the new version of router.php, the neatarray-cleanup has been remove and replace