Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3818 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37587 invoked from network); 7 Aug 2003 23:06:01 -0000 Received: from unknown (HELO gruen.ncid.net) (212.95.125.2) by pb1.pair.com with SMTP; 7 Aug 2003 23:06:01 -0000 Received: from [212.95.125.1] by gruen.travel.de (NTMail 4.30.0013/LG0040.00.a5a02fb0) with ESMTP id skphsaaa for ; Fri, 8 Aug 2003 01:10:42 +0200 Received: from pD9532C7D.dip.t-dialin.net ([217.83.44.125]) by white.ncid.net; Fri, 08 Aug 2003 00:45:46 +0000 (GMT) Date: Fri, 8 Aug 2003 01:06:04 +0200 X-Mailer: The Bat! (v1.53d) Reply-To: Daniel Penning Organization: - X-Priority: 3 (Normal) Message-ID: <8554218652.20030808010604@s0nix.de> To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: implementing a JDBC like api in PHP From: dpenning@s0nix.de (Daniel Penning) Hi PHP5 should support a standardized oo way to access databases of any type. I heard that mysqli will include a oo way to access the database. This api should be the standard for all other database extensions. All future extensions should have their native functions as it is now and have to implement the Database api. An idea of how this api might look like can be seen at http://home.t-online.de/~s0nix/odbx/mysql.htm This includes a small implementation based on the mysql extension for testing purposes. Daniel Penning