Date: 11/17/99
- Next message: Marko Karppinen: "Re: [PHP-DEV] Re: [PHP4BETA] PHP 4.0b3 released"
- Previous message: nenad <email protected>: "[PHP-DEV] Bug #2739: Variables passed with ENCTYPE='multipart/form-data' not visible"
- In reply to: Andrei Zmievski: "[PHP-DEV] Re: [PHP4BETA] PHP 4.0b3 released"
- Next in thread: Eric McKeown: "[PHP-DEV] Re: [PHP4BETA] PHP 4.0b3 released"
- Reply: Eric McKeown: "[PHP-DEV] Re: [PHP4BETA] PHP 4.0b3 released"
- Reply: Samuel Liddicott: "[PHP-DEV] RE: [PHP4BETA] PHP 4.0b3 released"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 17 Nov 1999, Andrei Zmievski wrote:
> Besides, things like DBI limit you to the lowest common denominator as
> far as functionality is concerned.
Are you sure about that? I use MySQL specific things in DBI applications
all the time. If I need to port them to another RDBMS all I need to do is
hunt to for the $dbh->func calls for database-specific functions.
There is a lot to be said for abstraction. There is also alot to be said
for having abstraction in the core as writing 'pure core' PHP makes it
trivial to move to another PHP-aware system. Using PHPLIB limits you to
systems with PHPLIB installed.
-- Randy Jay Yarger | US Web/CKS ryarger <email protected> | http://astro.detroit.usweb.com/randy/-- 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: Marko Karppinen: "Re: [PHP-DEV] Re: [PHP4BETA] PHP 4.0b3 released"
- Previous message: nenad <email protected>: "[PHP-DEV] Bug #2739: Variables passed with ENCTYPE='multipart/form-data' not visible"
- In reply to: Andrei Zmievski: "[PHP-DEV] Re: [PHP4BETA] PHP 4.0b3 released"
- Next in thread: Eric McKeown: "[PHP-DEV] Re: [PHP4BETA] PHP 4.0b3 released"
- Reply: Eric McKeown: "[PHP-DEV] Re: [PHP4BETA] PHP 4.0b3 released"
- Reply: Samuel Liddicott: "[PHP-DEV] RE: [PHP4BETA] PHP 4.0b3 released"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

