Re: Is this a good idea?
- From: Andy Hassall <andy@xxxxxxxxxxx>
- Date: Tue, 17 Jan 2006 22:16:50 +0000
On 17 Jan 2006 11:34:37 -0800, sam.s.kong@xxxxxxxxx wrote:
>> Rather than re-invent the wheel, look at:
>>
>> http://adodb.sourceforge.net/
>> http://phplens.com/adodb/reference.functions.getarray.html
>
>Thanks for the answer.
>My intention is not to use ADO db but make DB-accessing code simple and
>avoid repeated codes (connecting/freeing/disconnecting db).
>Is there a best practice of db-accessing in PHP?
You do realise that other than the name and a deliberate similarity in
function names, ADOdb has nothing to do with Microsoft ADO - it's just a thin
PHP library providing the sort of access methods you're talking about on top of
various PHP native database access functions?
IMHO, ADOdb _is_ the best practice of accessing databases in PHP.
--
Andy Hassall :: andy@xxxxxxxxxxx :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
.
- Follow-Ups:
- Re: Is this a good idea?
- From: Jim Michaels
- Re: Is this a good idea?
- References:
- Is this a good idea?
- From: sam . s . kong
- Re: Is this a good idea?
- From: Andy Hassall
- Re: Is this a good idea?
- From: sam . s . kong
- Is this a good idea?
- Prev by Date: Re: Is this a good idea?
- Next by Date: Re: FormatDateTime Revisited
- Previous by thread: Re: Is this a good idea?
- Next by thread: Re: Is this a good idea?
- Index(es):
Relevant Pages
|