Re: [PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] sqlite object-level interface

2004-08-08 Thread Kevin Waterson
This one time, at band camp, "Steph" <[EMAIL PROTECTED]> wrote: > I will do. Did anyone remember that php-gtk-doc needs to align to this when > they were designing it? Does this mean you will document the sqlite stuff? If not, I will have a go at it. Kevin -- __

RE: [PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] sqlite object-level interface

2004-08-08 Thread Steph
] > Subject: Re: [PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] sqlite object-level > interface > > > > care to share? :) > > It is not yet incorporated into the dochowto, but none had problems with > the mysqli reference usage of OO stuff, so it was choosen. See the > mysqli r

Re: [PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] sqlite object-level interface

2004-08-08 Thread Gabor Hojtsy
care to share? :) It is not yet incorporated into the dochowto, but none had problems with the mysqli reference usage of OO stuff, so it was choosen. See the mysqli reference XML files. http://cvs.php.net/phpdoc/en/reference/mysqli/functions/ How it will be rendered, just depends on livedocs

RE: [PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] sqlite object-level interface

2004-08-08 Thread Steph
care to share? :) > -Original Message- > From: Gabor Hojtsy [mailto:[EMAIL PROTECTED] > Sent: 08 August 2004 16:44 > To: [EMAIL PROTECTED] > Cc: internals; [EMAIL PROTECTED] > Subject: [PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] sqlite object-level > interface >

Re: [PHP-DEV] sqlite object-level interface

2004-08-08 Thread Andrey Hristov
[EMAIL PROTECTED] wrote: Marcus Boerger <[EMAIL PROTECTED]> writes: Hello Derrell, it is a public interface! Unfortunatley we still have no way of documenting classes on the docs page. Thanks. Steph forwarded me this link, which could be provided on the docs page as additional reference, until t

[PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] sqlite object-level interface

2004-08-08 Thread Gabor Hojtsy
it is a public interface! Unfortunatley we still have no way of documenting classes on the docs page. Thanks. Steph forwarded me this link, which could be provided on the docs page as additional reference, until there's a standard way to document classes on that page... http://www.zend.com/php5/

Re: [PHP-DEV] sqlite object-level interface

2004-08-08 Thread Derrell . Lipman
Marcus Boerger <[EMAIL PROTECTED]> writes: > Hello Derrell, > > it is a public interface! Unfortunatley we still have no way of documenting > classes on the docs page. Thanks. Steph forwarded me this link, which could be provided on the docs page as additional reference, until there's a standard

Re: [PHP-DEV] sqlite object-level interface

2004-08-08 Thread Marcus Boerger
Hello Derrell, it is a public interface! Unfortunatley we still have no way of documenting classes on the docs page. regards marcus (crossposting to phpdoc) Saturday, August 7, 2004, 9:23:43 PM, you wrote: > I just discovered (via the RTFS method) that there is an object-level > interface to t

[PHP-DEV] sqlite object-level interface

2004-08-07 Thread Derrell . Lipman
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 si