[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] sessions mod proposal
From: |
Sigurd Nes |
Subject: |
Re: [Phpgroupware-developers] sessions mod proposal |
Date: |
Sun, 03 Sep 2006 13:47:16 +0200 |
User-agent: |
Thunderbird 1.5.0.5 (X11/20060804) |
Dave Hall wrote:
> Hi all,
>
> In HEAD the accounts and auth classes use the new object factory code.
>
> I propose that the we do the same for sessions. I am not posting a
> patch as I am not going to waste time on the mod unless there is support
> for it.
>
> This will mean that we have:
>
> class sessions_ - abstract class (as we have now)
> class sessions_php4 extends sessions
> class sessions_db extends sessions
> all living in phpgwapi/inc/sessions
>
> The object factory clsss will handle the
> createObject('phpgwapi.sessions') calls
>
> What do people think of the idea?
>
Sounds OK to me
Regards
Sigurd