phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] [OT?] SQL for hosted sites


From: Dan Kuykendall (Seek3r)
Subject: Re: [Phpgroupware-developers] [OT?] SQL for hosted sites
Date: Fri, 08 Feb 2002 08:54:22 -0800

We already do this. At least with the API and the core apps. The tables
all start with phpgw_
I have noticed that the lang and languages tables havent been updated
yet, but thats not a big deal.

Now, some of the apps havent changed yet, but thats just a matter of
time

Dan

Tomas Sanchez Romani wrote:
> 
> Hi!
> 
> I'm sorry if this is off-topic or just plain stupid, but I felt the need to
> give my opinion on one thing.
> 
> I understand that most of the users of phpGW are able to create a new DB
> exclusivly for phpGW, but some like me are hosted with one DB and one extra
> would brake our extremly small budget.
> 
> So my proposal is to make a change to all the sql to include a prefix in the
> tablenames (the prefix should of course be configurable).
> 
> ex.
> 
> "insert into applications (app_name, app_title, ....";
> 
> would turn to:
> 
> "insert into ".$db_prefix."applications (app_name, ...";
> --------------^^^^^^^----
> 
> this would be really great.
> 
> regards, tomas
> 
> ps. I'm not on the list, so please cc me.
> 
> _______________________________________________
> Phpgroupware-developers mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]