[Catalyst] c->forwad vs direct method call

Ryan god at detz.net
Tue Aug 8 15:15:24 CEST 2006


Anyone know if it's slower, I'm not sure of the nuts and bolts of the
forward method but I was just curious, a co-working always does

call_A($c);

and I do

$c->forward('call_A');

Is there a difference?



More information about the Catalyst mailing list