phpgroupware-developers
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-developers] use of PEAR


From: Lars Kneschke(priv.)
Subject: Re: [Phpgroupware-developers] use of PEAR
Date: Sat, 15 Mar 2003 13:01:42 +0000

Ralf Becker <address@hidden> schrieb: 
>I had a look for ADOdb http://php.weblogs.com/ADODB
>
>They support transactions, table-locking and tabelcreation.
>
>Here are some links:
>- comparison between ADOdb an PEAR::DB 
>http://php.weblogs.com/Compare_PEAR_DB_ADOdb
>- table-creation and alteration in v. 3.30: 
>http://phplens.com/lens/lensforum/msgs.php?id=5455
>

Features i like too:

- Return the last auto-increment number.

- Replace function available.
Yes. When updating a record, we check if the record exists, and if it does
not, we insert the record instead, using ADOConnection::Replace( ).

- Code to provide database backed session variables.
Yes, two versions. One with encrypted data, one without.

Nice, to have.

Cu
--
Lars Kneschke
http://www.kneschke.de
written with FeLaMiMail
http://www.saunalahti.fi/sakarit/kerro-lisaa/bart.gif







reply via email to

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