I think the issue is PHP and not Cake.
To demonstrate the problem, try this...
public function setStuff($foo, $bar, $something_else) {
$foo = $foo;
$bar = $bar;
$something_else = $something_else;
$this->controller->set(compact('foo', 'bar', 'something_else'));
}
And I have no idea why PHP behaves that way, but it does.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---