Learn more, download & use:
http://www.phpMoAdmin.com/
Contribute your code to phpMoAdmin:
http://github.com/MongoDB-Rox/phpMoAdmin-MongoDB-Admin-Tool-for-PHP
--
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com.
To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
Good work so far. I have downloaded and given it a quick spin.
I do have one suggestions, currently when entering, editing etc, a
document they are shown as php associate arrays. I know this is how
the PHP mongo db driver works but the objects themselves are JSON
(well ok, technically BSON). I think to make it more usable for those
not using PHP it would make sense to use a JSON format for adding,
editing etc. You can easily do this with the json_encode/json_decode
functions.
Anyway, just a suggestion.
nice work ,
Jon
However, json is essentually a javascript object and it wouldn't take
a lot to process the object into something nice to work with. Have you
used futon for CouchDB? It handles JSON quite nicely.
http://wiki.github.com/MongoDB-Rox/phpMoAdmin-MongoDB-Admin-Tool-for-PHP/
re: screenshots, they are on the MongoDB PHP page - thank you
Kristina!