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/' .. for example ..
and in my controller I use to have :
function action($arg1, $arg2)
{
}
This was working fine until I upgraded. It appears that the arguments
are not passed anymore in the same way, specially if one of them is 0
it seems to be dropped. Of course I then get "missing argument 2" in
the controller during the call ..
Pretty anonying stuff, I will switch back to the previous version
untill I modify all or maybe it's an error ?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---