[Catalyst] Another RFC. $c->call()
John Lifsey - Contractor -
john.lifsey at nrl.navy.mil
Wed Apr 12 19:28:10 CEST 2006
Bill Moseley wrote:
> return $c->internal_redirect( 'list', { message => 'Invalid id' } )
> unless $self->valid_id( $id );
>
> but that's better reserved for a real subrequest. Pre coffee so not
> much help. $c->send('list')? $c->redispatch('list')?
>
>
>
Might be bike shedding here but I like send/go/hail something of that
nature. Redispatch is a lot to type with lazy programmer fingers.
More information about the Catalyst
mailing list