Re: Url parameters implementation question

2007-03-27 Thread djiize
you can store them in the session On 27 mar, 18:31, "RLR" <[EMAIL PROTECTED]> wrote: > In my addressbook application I have several paged addresses and a > search form. When I edit an address and save it I redirect the browser > and loose all parameters (search words etc.) > > Is there a cakephp

Url parameters implementation question

2007-03-27 Thread RLR
In my addressbook application I have several paged addresses and a search form. When I edit an address and save it I redirect the browser and loose all parameters (search words etc.) Is there a cakephp way or best practice to store and retrieve these url parameters application wide? Thanks! --