[Catalyst] Draft Catalyst quick reference card
luke saunders
luke.saunders at gmail.com
Thu Jul 21 16:21:18 CEST 2005
For what it's worth I this is pretty useful and on top of that it's
good resource for beginners.
Nice work.
On 7/21/05, Andrew Ford <A.Ford at ford-mason.co.uk> wrote:
> Jose Nyimi wrote:
>
> >>-----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)
> >
> >
>
> Thanks for the feedback. I've addressed all these items apart from
> indicating the url corresponding to the actions.
>
> As I said the card is still sketchy. I want to see what raw information
> I can get onto six sides (i.e. a trifold card) then I'll tweak the brief
> explanatory texts.
>
> Revision 0.03 is now up on refcards.com.
>
> Andrew
>
> --
> Andrew Ford, Director Pauntley Prints / Ford & Mason Ltd
> A.Ford at ford-mason.co.uk South Wing Compton House
> pauntley-prints.co.uk Compton Green, Redmarley Tel: +44 1531 829900
> ford-mason.co.uk Gloucester GL19 3JB Fax: +44 1531 829901
> refcards.com cronolog.org Great Britain Mobile: +44 7785 258278
>
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
>
More information about the Catalyst
mailing list