@@ -7,20 +7,22 @@ h3. Built on a stripped-down version of the Vork high-performance framework
7
7
"phpMoAdmin":http://www.phpMoAdmin.com - "MongoDB":http://www.MongoDB.org - "Vork":http://www.Vork.us
8
8
9
9
* *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.
13
13
* 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.
15
15
* 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*
17
18
* All textareas can be resized by dragging/stretching the lower-right corner
19
+ * Multiple design themes to choose from
18
20
* *Free & open-source!* Release under the GPLv3 FOSS license!
19
21
20
22
h2. Features
21
23
22
24
* Database
23
- o List
25
+ o List with data sizes
24
26
o Create/drop
25
27
o Repair
26
28
* Collection
@@ -33,10 +35,17 @@ h2. Features
33
35
+ unique index
34
36
* Data objects
35
37
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
36
39
o Create/delete objects
37
40
o Edit object data
38
41
* Mongo GridFS
39
42
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
40
49
41
50
h2. Screenshots
42
51
0 commit comments