Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11995 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94182 invoked by uid 1010); 7 Aug 2004 19:23:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94130 invoked from network); 7 Aug 2004 19:23:45 -0000 Received: from unknown (HELO amber.vis-av.com) (66.92.75.243) by pb1.pair.com with SMTP; 7 Aug 2004 19:23:45 -0000 Received: (qmail 27739 invoked from network); 7 Aug 2004 19:23:44 -0000 Received: from unknown (HELO random.?none?) (192.168.1.9) by amber.internal with SMTP; 7 Aug 2004 19:23:44 -0000 Received: (nullmailer pid 8686 invoked by uid 0); Sat, 07 Aug 2004 19:23:44 -0000 To: internals Reply-To: Derrell.Lipman@UnwiredUniverse.com Date: Sat, 07 Aug 2004 15:23:43 -0400 Message-ID: Lines: 16 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Common Lisp, i386-debian-linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: sqlite object-level interface From: Derrell.Lipman@UnwiredUniverse.com I just discovered (via the RTFS method) that there is an object-level interface to the sqlite functionality, $obj = new SQLiteDatabase(filename); It appears that there are SQLiteQuery and a few other object types as well, although I didn't pursue those. In searching the documentation on the web site, the only mention of this object interface is in a single "user-supplied" comment on the main PHP sqlite page, simply stating that the object name was converted to use studly caps. Is this an interface method that is supposed to be public? If so, it appears that the documentation for it was never written or never made it to the web site. Cheers, Derrell