[Catalyst] Draft Catalyst quick reference card

Jose Nyimi josenyimi at skynet.be
Thu Jul 21 15:22:10 CEST 2005



> -----Message d'origine-----
> De : catalyst-bounces at lists.rawmode.org 
> [mailto:catalyst-bounces at lists.rawmode.org] De la part de Andrew Ford
> Envoyé : jeudi 21 juillet 2005 12:06
> À : catalyst at lists.rawmode.org
> Objet : [Catalyst] Draft Catalyst quick reference card
> 
> 
> I have created a quick reference card for Catalyst.  Its a 
> bit sketchy 
> at present but I hope to flesh it out over the next few days 
> and weeks.
> 
> See http://refcards.com/refcards/catalyst/
> 
> Enjoy
> 
> Andrew

After a quick look:

1) I haven't seen $c->forward

2) could be worthwhile to add for each action the corresponding url.

3) to be explicitly written:
sub begin   : Private {...}
sub end     : Private {...}
sub auto    : Private {...}
sub default : Private {...}

4) $c->request is not a request method: to be removed from the "Request
Methods" section.
Same for $c->response ...

5) I don't understand the following section (there is already a section
of context methods):

... methods
$obj = $c->config
$obj = $c->engine
$obj = $c->log([$newobj])
$obj = $c->plugin($name, $class, @args)

Just my 0.02

Regards,
José.





More information about the Catalyst mailing list