Re: Examples
"Katarina WONG" <[email protected]> Mon, 11 Oct 2004 20:09:48 +0200
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Granted, the sample code excerpt from the Apache::Request class is a little misleading. To get hold of an instance representing the current request being served, you are supposed to call Apache.request which is a Module function returning the request object (as documented in http://modruby.net/en/doc/?Apache). -- Katarina On Mon, 11 Oct 2004 08:15:05 -0700, Nick Willson <[email protected]> wrote: > The code sample is from the modruby.net Wiki. I am looking for other > examples. > > On 2004-10-11 06:58, John Kloian III wrote: >> Somewhere in your code do you assign req to Apache.request? There error >> suggests that you did not. >> >> John Kloian III >> Vice President of IT >> DataBill, LLC. >> >