Hi,
I'm working through the Askeet tutorial and I was wondering about this
particular piece of code in day six in the section 'Custom validator':
[code]
public function execute(&$value, &$error) {
...
}
[/code]
The parameters are explicitly being referenced, but AFAIK this is the
standard behavior for objects in php5? Does this imply that the
parameters could be also other types than objects? Or am I overlooking
something?
All the best,
grtz
BjornW
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---