[Catalyst] Catalyst 5 Preview, Part 3

Sebastian Riedel sri at oook.de
Thu Apr 7 21:01:14 CEST 2005


Am 07.04.2005 um 18:11 schrieb Eugene Eric Kim:

> On Thu, Apr 07, 2005 at 03:20:45PM +0200, Sebastian Riedel wrote:
>
>> Now if someone requests http://localhost:3000/page/show/1 it would
>> thanks to the relative forward "$c->forward('render_content')", call
>> all private "render_content" actions in the whole application.
>> Those actions are called in a chain, just like auto actions, so you 
>> can
>> break the chain simply by returning 0.
>
> How would you specify the order of the chain?

It's now

     Catalyst qw/Pluggable/;

     $c->forward_all('do_stuff');

and ordered by class names.

--
sebastian




More information about the Catalyst mailing list