Skip to content

Commit fbbd8de

Browse files
committed
Updated readme
1 parent 56b0d8f commit fbbd8de

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.textile

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,22 @@ h3. Built on a stripped-down version of the Vork high-performance framework
77
"phpMoAdmin":http://www.phpMoAdmin.com - "MongoDB":http://www.MongoDB.org - "Vork":http://www.Vork.us
88

99
* *Nothing to configure* - place the moadmin.php file anywhere on your web site and *it just works!*
10-
* Fast *AJAX-based XHTML 1.1* interface operates consistently in every browser!
11-
* *Self-contained in a single 75kb file!*
12-
* Works on any version of PHP5 with the MongoDB NoSQL database installed & running.
10+
* Fast *AJAX-driven XHTML 1.1* interface operates consistently in every browser!
11+
* *Self-contained in a single 90kb file!*
12+
* Works on any version of PHP5 with the MongoDB NoSQL database & Mongo PHP driver installed and running.
1313
* Option to enable password-protection for one or more users
14-
* to activate protection, just add the username-password(s) to the array at the top of the file.
14+
o to activate protection, just add the username-password(s) to the array at the top of the file.
1515
* E_STRICT PHP code is formatted to the Zend Framework coding standards
16-
* fully-documented in the phpDocumentor DocBlock standard.
16+
o fully-documented in the phpDocumentor DocBlock standard.
17+
* Instructional error messages - *phpMoAdmin can be used as a PHP-Mongo connection debugging tool*
1718
* All textareas can be resized by dragging/stretching the lower-right corner
19+
* Multiple design themes to choose from
1820
* *Free & open-source!* Release under the GPLv3 FOSS license!
1921

2022
h2. Features
2123

2224
* Database
23-
o List
25+
o List with data sizes
2426
o Create/drop
2527
o Repair
2628
* Collection
@@ -33,10 +35,17 @@ h2. Features
3335
+ unique index
3436
* Data objects
3537
o Show objects with 3-different viewing options (full, compact & uniform)
38+
o Sort by any key within your data object (even nested sub-keys!) with ascending/descending option
3639
o Create/delete objects
3740
o Edit object data
3841
* Mongo GridFS
3942
o GridFS objects automatically link GridFS chunks to GridFS files
43+
* MongoDB stats
44+
o Uptime, memory, etc.
45+
o Log of previous errors
46+
o Mongo-PHP settings
47+
o Version of MongoDB, Mongo PHP driver, phpMoAdmin, etc.
48+
* Optional password-protection for one or more users
4049

4150
h2. Screenshots
4251

0 commit comments

Comments
 (0)