New SQL function
Brought to you by:
nhruby,
richardarcher
Hi chaps,
I need a function to get the name of a field in a query...
I think I am not alone, so I suggest to you to add this
function in db_mysql.inc, and to transpose for other
engines :
function field_name($offset) {
return mysql_field_name ($this->Query_ID , $offset);
}
I hope it'll be usefull.
Bernard BOISJOT
bboisjot@ain.cci.fr