Re: [PHP-DOC] MySQLi documentation page mockup

2008-10-06 Thread Anthony Bedford
Hannes Magnusson wrote: Do we have the technology to generate this table automatically? :) I can't think of anything. I suppose we could have multiple sets of xpointer() targeted xincludes to get the info and then pre-process it with xslt to generate the table, but that will turn ugly quickly.

Re: [PHP-DOC] MySQLi documentation page mockup

2008-10-01 Thread Hannes Magnusson
On Wed, Oct 1, 2008 at 18:04, Anthony Bedford <[EMAIL PROTECTED]> wrote: > Hannes Magnusson wrote: >> >> The various variations of num_rows looks awkward and confusing, all >> the various methods and properties return exactly the same thing >> right? So as far as the user is considered these are al

Re: [PHP-DOC] MySQLi documentation page mockup

2008-10-01 Thread Anthony Bedford
Hannes Magnusson wrote: The various variations of num_rows looks awkward and confusing, all the various methods and properties return exactly the same thing right? So as far as the user is considered these are all aliases to each other? Yes agreed, I guess I was highlighting the fact that you c

Re: [PHP-DOC] MySQLi documentation page mockup

2008-10-01 Thread Hannes Magnusson
On Wed, Oct 1, 2008 at 12:08, Anthony Bedford <[EMAIL PROTECTED]> wrote: > Anthony Bedford wrote: >> >> And further to that there is another revision at: >> >> http://docsrva.mysql.com/public/test3.html >> >> I will continue to add content in an effort to find any 'edge' cases. >> > > I have now co

Re: [PHP-DOC] MySQLi documentation page mockup

2008-10-01 Thread Anthony Bedford
Anthony Bedford wrote: And further to that there is another revision at: http://docsrva.mysql.com/public/test3.html I will continue to add content in an effort to find any 'edge' cases. I have now completed the process of adding content for MySQLi related classes[1]. I haven't found anythin

Re: [PHP-DOC] MySQLi documentation page mockup

2008-09-13 Thread Hannes Magnusson
On Fri, Sep 12, 2008 at 18:54, Anthony Bedford <[EMAIL PROTECTED]> wrote: > And further to that there is another revision at: > > http://docsrva.mysql.com/public/test3.html > > I will continue to add content in an effort to find any 'edge' cases. Looks great -Hannes

Re: [PHP-DOC] MySQLi documentation page mockup

2008-09-12 Thread Anthony Bedford
And further to that there is another revision at: http://docsrva.mysql.com/public/test3.html I will continue to add content in an effort to find any 'edge' cases. Thanks, Tony Anthony Bedford wrote: Hi, As requested I've been working on a mockup of a possible change to this page: http://w

Re: [PHP-DOC] MySQLi documentation page mockup

2008-09-11 Thread Anthony Bedford
Ulf Wendel wrote: Assuming that every alias entry is somewhat deprecated and only there for BC reasons, does it have to be in the main table (mockup), wouldn't it be better to "hide" an alias by not showing it in the main table but in a second table "BC/deprecated" below the main overview tab

Re: [PHP-DOC] MySQLi documentation page mockup

2008-09-11 Thread Anthony Bedford
Hannes Magnusson wrote: On Wed, Sep 10, 2008 at 19:13, Anthony Bedford <[EMAIL PROTECTED]> wrote: Hi, As requested I've been working on a mockup of a possible change to this page: http://www.php.net/manual/en/book.mysqli.php The mockup can be viewed here (with notes): http://docsrva.mysql.c

Re: [PHP-DOC] MySQLi documentation page mockup

2008-09-10 Thread Hannes Magnusson
On Wed, Sep 10, 2008 at 19:13, Anthony Bedford <[EMAIL PROTECTED]> wrote: > Hi, > > As requested I've been working on a mockup of a possible change to this > page: > > http://www.php.net/manual/en/book.mysqli.php > > The mockup can be viewed here (with notes): > > http://docsrva.mysql.com/public/te

RE: [PHP-DOC] MySQLI Documentation

2003-11-22 Thread Steph
heh, welcome to the wonderful issues of php-gtk.. > -Original Message- > From: Gabor Hojtsy [mailto:[EMAIL PROTECTED] > Sent: 22 November 2003 17:29 > To: Georg Richter > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DOC] MySQLI Documentation > > > >>The

Re: [PHP-DOC] MySQLI Documentation

2003-11-22 Thread Gabor Hojtsy
But I did, see http://www.vl-srm.net/doc/class.srmapp.php (it needs a bit of tweaking though as the constructor doesn't look good yet). I tweaked some of the DSSSL that I copied from the PHP Doc stuff, and backporting it is possible, it just takes a bit of time. The XML for this is attached. I thou

Re: [PHP-DOC] MySQLI Documentation

2003-11-22 Thread Derick Rethans
On Sat, 22 Nov 2003, Gabor Hojtsy wrote: > >>The DOMXML extension has this kind of documentation. > > > > No, DOMXML only supports OO-Syntax, not OO and procedural style. > > Also class->method is hard to read instead to have a list of properties and > > methods for different objects. > > Well, th

Re: [PHP-DOC] MySQLI Documentation

2003-11-22 Thread Gabor Hojtsy
The DOMXML extension has this kind of documentation. No, DOMXML only supports OO-Syntax, not OO and procedural style. Also class->method is hard to read instead to have a list of properties and methods for different objects. Well, the dir class has some true OO documentation, but there is not muc

Re: [PHP-DOC] MySQLI Documentation

2003-11-22 Thread Georg Richter
> Hi Georg! > The DOMXML extension has this kind of documentation. No, DOMXML only supports OO-Syntax, not OO and procedural style. Also class->method is hard to read instead to have a list of properties and methods for different objects. Georg

Re: [PHP-DOC] MySQLI Documentation

2003-11-22 Thread Gabor Hojtsy
Hi Georg! during the last days I changed a lot in php5's ext/mysqli. Now I have some "minor" problems: How to document oo-syntax? - objects - methods - properties For all methods and properties there exists a procedural function too, so a function entry s