Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3820 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26751 invoked by uid 1007); 8 Aug 2003 03:06:31 -0000 Message-ID: <20030808030631.26746.qmail@pb1.pair.com> To: internals@lists.php.net References: <8554218652.20030808010604@s0nix.de> Date: Fri, 8 Aug 2003 00:00:50 -0300 Lines: 28 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Posted-By: 200.196.104.198 Subject: Re: implementing a JDBC like api in PHP From: cunha17@uol.com.br ("Cristiano Duarte") This discussion simply doesn't belong on internals@, please, take it off this list. Try pear.devl. Cristiano Duarte. "Daniel Penning" escreveu na mensagem news:8554218652.20030808010604@s0nix.de... > 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 > >