[Phplib-trackers] [ phplib-Patches-738245 ] New SQL function
Brought to you by:
nhruby,
richardarcher
From: SourceForge.net <no...@so...> - 2003-05-15 14:08:18
|
Patches item #738245, was opened at 2003-05-15 16:08 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403613&aid=738245&group_id=31885 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Bernard BOISJOT (bboisjot) Assigned to: Nobody/Anonymous (nobody) Summary: New SQL function Initial Comment: 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 bbo...@ai... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403613&aid=738245&group_id=31885 |