[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [phpGroupWare-developers] Re: [Phpgroupware-cvs] [18606] another mis
From: |
Maât |
Subject: |
Re: [phpGroupWare-developers] Re: [Phpgroupware-cvs] [18606] another missing commit |
Date: |
Sun, 26 Oct 2008 12:55:06 +0100 |
User-agent: |
Thunderbird 2.0.0.17 (X11/20080929) |
Dave Hall a écrit :
> 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
>
ok thank you