Introduction - If you have any usage issues, please Google them yourself
Referencing Zend Framework package, MongoDB basic operation was written. Create a new table inherit Goer_Mongo_Table_Abstract, set the fields of Collection by protected variable $_cols. After querying, Goer_Mongo_Table_Rowset/Goer_Mongo_Table_Row object returns, and the save operation, delete operation are supported in the Row object. Support the group method of Collection was passed-through. Insert, update, delete, select transparent were processed by Collection.
Goer_Mongo_Table_Select Goer_Mongo_Code Goer_Mongo_Table_Query will be supported lately.