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
--
__
]
> 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
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
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
>
[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
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/
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
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
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