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
> 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
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
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