Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3822 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47757 invoked by uid 1007); 8 Aug 2003 03:26:11 -0000 Message-ID: <20030808032610.47756.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: "l0t3k" References: <8554218652.20030808010604@s0nix.de> Date: Thu, 7 Aug 2003 23:26:13 -0400 Lines: 10 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Posted-By: 67.33.113.20 Subject: Re: implementing a JDBC like api in PHP From: cshmoove@bellsouth.net ("l0t3k") if you're talking about PHP code, then something like this exists already. check Pear::DB. if you're talking about an extension, Sterling mentioned something like this on his blog (http://blog.edwardbear.org) about a month back. heck, if youre sufficiently motivated, i can send you an archive of the work i put into the one i was writing (currently abandoned). l0t3k