Date: 12/20/00
- Next message: Andi Gutmans: "[PHP-DEV] Re: [PHP-QA] RE: [PHP-DEV] 4.0.4 Release (Summary of thoughts)"
- Previous message: Martin A. Marques: "Re: [PHP-DEV] MySQL php on Debin"
- In reply to: Martin A. Marques: "Re: [PHP-DEV] MySQL php on Debin"
- Next in thread: Martin A. Marques: "Re: [PHP-DEV] MySQL php on Debin"
- Reply: Martin A. Marques: "Re: [PHP-DEV] MySQL php on Debin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Martin A. Marques" wrote:
> Let me add something. Has anybody thought about a database abstaction
> function like perl has.
>
> Something like:
>
> database(pgsql);
> sql_connection();
> sql_exec();
> etc.....
PEAR::DB does exactly what you propose.
-- <? print implode( "", array_reverse( preg_split( "//", "dlrow laer " . "eht ot emoclew" ) ) ); /* visit http://www.sebastian-bergmann.de/ */ ?>-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "[PHP-DEV] Re: [PHP-QA] RE: [PHP-DEV] 4.0.4 Release (Summary of thoughts)"
- Previous message: Martin A. Marques: "Re: [PHP-DEV] MySQL php on Debin"
- In reply to: Martin A. Marques: "Re: [PHP-DEV] MySQL php on Debin"
- Next in thread: Martin A. Marques: "Re: [PHP-DEV] MySQL php on Debin"
- Reply: Martin A. Marques: "Re: [PHP-DEV] MySQL php on Debin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

