Re: PHP is the scourge
[email protected] (Perrin Harkins) Tue, 07 Dec 2004 11:55:58 -0500
| Newsgroups | perl.p5ee |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2004-12-07 at 10:13 -0600, Dave Rolsky wrote: > I've never written an app for a client that started on one backend and > moved to another. I have. I helped move an app from MySQL to Oracle once. It took a lot of work to get rid of mysql-isms, but the DBI code itself hardly changed at all. I would agree with the earlier poster that the level of abstraction DBI provides is really helpful when this sort of thing comes along. I suspect Pear::DB is fine for this too. - Perrin