Re: [PHP-DOC] MySQLi methods should be reflected into CHM INDEX

2005-03-07 Thread Gabor Hojtsy
Judging from 'num_rows', how would you decide if it is an sqlite, mysqli, etc. object method? Goba Let's say the entry in the index would be something like: num_rows (SQLite) num_rows (MySQLi) Is that OK ? Yep, if someone has the time to look into implementing it :) Goba

Re: [PHP-DOC] MySQLi methods should be reflected into CHM INDEX

2005-03-07 Thread Gabriel PREDA
> Judging from 'num_rows', how would you decide if it is an sqlite, > mysqli, etc. object method? > Goba Let's say the entry in the index would be something like: num_rows (SQLite) num_rows (MySQLi) Is that OK ? Gabriel PREDA

Re: [PHP-DOC] MySQLi methods should be reflected into CHM INDEX

2005-03-07 Thread Gabor Hojtsy
I switched to using MySQLi... I'm using Edit+ that has the ability to link to the CHM version of the manual... whenever the cursor is on a function name at CTRL+1...3..4 it will open the manual at that function... However when using object oriened style with MySQLi this will not happen... because t

[PHP-DOC] MySQLi methods should be reflected into CHM INDEX

2005-03-07 Thread Gabriel PREDA
I switched to using MySQLi... I'm using Edit+ that has the ability to link to the CHM version of the manual... whenever the cursor is on a function name at CTRL+1...3..4 it will open the manual at that function... However when using object oriened style with MySQLi this will not happen... because