Re: [PHP-DOC] MySQLi dockbook structure

2004-02-18 Thread Gabor Hojtsy
See also mysqli_prepare, mysqli_stmt_errno, mysqli_stmt_error, mysqli_bind_result as well as the return values, etc. I'm fine with the methodsynopsis ;) From my view it's easier to read cause you see on first look what you need - you don't have to read th

Re: [PHP-DOC] MySQLi dockbook structure

2004-02-18 Thread Mehdi Achour
Gabor Hojtsy wrote: See also mysqli_prepare, mysqli_stmt_errno, mysqli_stmt_error, mysqli_bind_result as well as the return values, etc. I'm fine with the methodsynopsis ;) From my view it's easier to read cause you see on first look what you need - y

Re: [PHP-DOC] MySQLi dockbook structure

2004-02-18 Thread Gabor Hojtsy
See also mysqli_prepare, mysqli_stmt_errno, mysqli_stmt_error, mysqli_bind_result as well as the return values, etc. I'm fine with the methodsynopsis ;) From my view it's easier to read cause you see on first look what you need - you don't have to read th

Re: [PHP-DOC] MySQLi dockbook structure

2004-02-18 Thread Georg Richter
Hi, > > See also > > mysqli_prepare, > mysqli_stmt_errno, > mysqli_stmt_error, > mysqli_bind_result > > > as well as the return values, etc. I'm fine with the methodsynopsis ;) From my view it's easier to read cause you see on first look what yo

Re: [PHP-DOC] MySQLi dockbook structure

2004-02-18 Thread Mehdi Achour
Derick Rethans wrote: On Wed, 18 Feb 2004, Mehdi Achour wrote: Georg used a different structure for the .xml files, here's the result : http://www.php.net/manual/en/function.mysqli-fetch.php Should we change the files structures for consistency ? Just keep it until we have a good way of docum

Re: [PHP-DOC] MySQLi dockbook structure

2004-02-18 Thread Derick Rethans
On Wed, 18 Feb 2004, Mehdi Achour wrote: > Georg used a different structure for the .xml files, here's the result : >http://www.php.net/manual/en/function.mysqli-fetch.php > > Should we change the files structures for consistency ? Just keep it until we have a good way of documenting OO exten

[PHP-DOC] MySQLi dockbook structure

2004-02-18 Thread Mehdi Achour
Hi folks, Georg used a different structure for the .xml files, here's the result : http://www.php.net/manual/en/function.mysqli-fetch.php Should we change the files structures for consistency ? didou