![]() |
please help me, What does the equivalent in mongoDB to return an array which contains the field name? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: please help me, What does the equivalent in mongoDB to return an array which contains the field name? (/showthread.php?tid=48922) |
please help me, What does the equivalent in mongoDB to return an array which contains the field name? - El Forum - 02-02-2012 [eluser]zacksyah[/eluser] mysql function in Codeigniter I Use list_field() to return an array containing the field names. What does the equivalent in mongoDB to return an array which contains he field name? This code below I use the list_field function Code: function GetField($execution) { If there is no equivalent query in MongoDB, Is there a trick to solve my problem? thanks in advance |