Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Catalyst and the stash

by samtregar (Abbot)
on Jul 19, 2005 at 20:25 UTC ( #476270=note: print w/replies, xml ) Need Help??


in reply to Re: Catalyst and the stash
in thread Catalyst and the stash

It's pretty rare to send your entire CGI::App param() hash to a template though!

CGI::App's param() is meant to allow instance scripts to configure the application via the PARAM option to new(). Using it to hold global data generated inside the app isn't a very good idea in my opinion.

-sam

Replies are listed 'Best First'.
Re^3: Catalyst and the stash
by astroboy (Chaplain) on Jul 20, 2005 at 02:56 UTC
    CGI::App's param() is meant to allow instance scripts to configure the application via the PARAM option to new().

    True, but I don't think that it's the only reason for param(). Param was recently a hot topic on the CGI::App mail list. It's also the preferred way for creating your own variables in your subclass of CGI::App without adding to the internal blessed hash directly. As such, you don't always want to do this in new(). It seems to me that the Catalyst stash is performing the same task.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://476270]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others about the Monastery: (4)
As of 2023-09-30 10:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?