On Feb 12, 2008 1:17 AM, why the lucky stiff <[EMAIL PROTECTED]> wrote:
> On Mon, Feb 11, 2008 at 10:24:17PM +0100, Marnix Kok wrote:
> > I had a similar experience with my application, which also used URLs.
> > The solution I have chosen is to create a static instance `@@model` for
> > example which contains a reference to some sort of structure or class
> > that contains your data and any associated operations on said data.
>
> Right, a new instance of Test will be created each time you visit a URL.
> However, the environment around that instance will remain.

Thanks, so this means that class instance variables or class variables
are the recommended way of passing information around URLs?

Jesus.

PS: thanks for Shoes and all your other projects, they make life
much more interesting !!

Reply via email to