Re: Re: [Phpgroupware-cvs] [18606] another missing commit
Dave Hall <[email protected]> Sun, 26 Oct 2008 22:10:59 +1100
| Newsgroups | gmane.comp.web.phpgroupware.devel |
|---|---|
| Organization | Dave Hall Consulting |
| Message-ID | <1225019459.16587.52.camel@whale> |
On Sun, 2008-10-26 at 11:28 +0100, Maât wrote: > Dave Hall a écrit : > > On Sun, 2008-10-26 at 10:34 +0100, Maât wrote: > > > >> Dave Hall a écrit : > >> > >>> On Sat, 2008-10-25 at 22:59 +0200, Maât wrote: > >> can i find somewhere a model of call using the session class ? > >> > >> that would help me avoid to "re-invent the whell" > >> > > The session class should be working fine. It uses the new cache class > > for caching data. > > > i did not make myself very clear sorry > > new trial : > > *where* in the code may i find a nice example of call to session class > that would help me to replace the direct calls to old phpgw_app_session > table ? The existing calls to phpgwapi_session::appsession should still work - that is a good example Cheers Dave