@@ -13,32 +13,32 @@ h3. Built on a stripped-down version of the high-performance Vork Enterprise Fra
13
13
* Instructional error messages - *phpMoAdmin can be used as a PHP-Mongo connection debugging tool*
14
14
* Option to query MongoDB using JSON syntax or a PHP-array
15
15
* Super flexible search tool - you can search for:
16
- + exact-text
17
- + (type-casted) values
18
- + text with * wildcards
19
- + Regular Expressions (regex)
20
- + JSON (with Mongo-operators enabled)
16
+ ** exact-text
17
+ ** (type-casted) values
18
+ ** text with * wildcards
19
+ ** Regular Expressions (regex)
20
+ ** JSON (with Mongo-operators enabled)
21
21
* Import/export data in JSON format
22
- + Export full collections or a recordset limited to the results of a query
23
- - Option to export entire query results (ignoring any limit or skip values) or just the contents of the current page
24
- + Import can specify:
25
- - Insert new records only
26
- - Save / upsert (adds new records, overwrites existing records that have the same _id key)
27
- - Update only pre-existing records (skips any new records)
28
- - Insert until a duplicate record is found and then halt import
22
+ ** Export full collections or a recordset limited to the results of a query
23
+ *** Option to export entire query results (ignoring any limit or skip values) or just the contents of the current page
24
+ ** Import can specify:
25
+ *** Insert new records only
26
+ *** Save / upsert (adds new records, overwrites existing records that have the same _id key)
27
+ *** Update only pre-existing records (skips any new records)
28
+ *** Insert until a duplicate record is found and then halt import
29
29
* Option to enable password-protection for one or more users - to activate protection:
30
- + Uncomment the *$accessControl* array at the top of the file on *line 18*
31
- + Change the default username (*scott*) & password (*tiger*)
32
- + (optional) Add additional sets of username-password(s) to the array
30
+ ** Uncomment the *$accessControl* array at the top of the file on *line 18*
31
+ ** Change the default username (*scott*) & password (*tiger*)
32
+ ** (optional) Add additional sets of username-password(s) to the array
33
33
* E_STRICT PHP code is formatted to the Zend Framework coding standards
34
- + Fully-documented in the phpDocumentor DocBlock standard.
34
+ ** Fully-documented in the phpDocumentor DocBlock standard.
35
35
* All form textareas can be resized by dragging/stretching the lower-right corner
36
36
* Multiple design themes to choose from
37
- + change themes easily by setting the *THEME* constant-variable on *line 29* to one of the following:
38
- - swanky-purse
39
- - trontastic
40
- - simple-gray
41
- - classic
37
+ ** change themes easily by setting the *THEME* constant-variable on *line 29* to one of the following:
38
+ *** swanky-purse
39
+ *** trontastic
40
+ *** simple-gray
41
+ *** classic
42
42
* "Stats" tool displays helpful data including version numbers and configuration settings for PHP, MongoDB and the Mongo-PHP driver
43
43
* *Free & open-source!* Released under the GPLv3 FOSS license!
44
44
@@ -61,41 +61,41 @@ h3. Mongo Statistics - Stats, error log, versions & system info
61
61
h2. Features
62
62
63
63
* Database
64
- o List with data sizes
65
- o Create/drop
66
- o Repair
64
+ ** List with data sizes
65
+ ** Create/drop
66
+ ** Repair
67
67
* Collection
68
- o Show collections
69
- o Create/drop collection
70
- o Rename collection
71
- o List indexes
72
- o Create/drop indexes
73
- - multiple keys
74
- - ascending/descending
75
- - unique index
68
+ ** Show collections
69
+ ** Create/drop collection
70
+ ** Rename collection
71
+ ** List indexes
72
+ ** Create/drop indexes
73
+ *** multiple keys
74
+ *** ascending/descending
75
+ *** unique index
76
76
* Data objects
77
- o Search for exact-text, (type-casted) values, text with * wildcards, regex or JSON (with Mongo-operators enabled)
78
- o Show objects with 3-different viewing options (full, compact & uniform)
79
- o Option to query MongoDB using JSON syntax or a PHP array
80
- o Sort by any key within your data object (even nested sub-keys!) with ascending/descending option
81
- - Option to sort by $natural for rapid browsing of large datasets
82
- o Create/delete objects
83
- o Edit object data using standard PHP object/array syntax
84
- o Export to JSON format
85
- - Full collections or limited recordset based on the results of a query
86
- - Export exact current results-page contents or the entire query results (ignoring any limit or skip values)
87
- o Import from JSON format
88
- - Insert new records only
89
- - Save / upsert (adds new records, and overwrites existing records with same _id)
90
- - Update only pre-existing records (ignores new records)
91
- - Insert until a duplicate is found and then halt import
77
+ ** Search for exact-text, (type-casted) values, text with * wildcards, regex or JSON (with Mongo-operators enabled)
78
+ ** Show objects with 3-different viewing options (full, compact & uniform)
79
+ ** Option to query MongoDB using JSON syntax or a PHP array
80
+ ** Sort by any key within your data object (even nested sub-keys!) with ascending/descending option
81
+ *** Option to sort by $natural for rapid browsing of large datasets
82
+ ** Create/delete objects
83
+ ** Edit object data using standard PHP object/array syntax
84
+ ** Export to JSON format
85
+ *** Full collections or limited recordset based on the results of a query
86
+ *** Export exact current results-page contents or the entire query results (ignoring any limit or skip values)
87
+ ** Import from JSON format
88
+ *** Insert new records only
89
+ *** Save / upsert (adds new records, and overwrites existing records with same _id)
90
+ *** Update only pre-existing records (ignores new records)
91
+ *** Insert until a duplicate is found and then halt import
92
92
* Mongo GridFS
93
- o GridFS objects automatically link GridFS chunks to GridFS files
93
+ ** GridFS objects automatically link GridFS chunks to GridFS files
94
94
* MongoDB stats
95
- o Uptime, memory, etc.
96
- o Log of previous errors
97
- o Mongo-PHP settings
98
- o Version & bit-depth of PHP, MongoDB, Mongo PHP driver, phpMoAdmin, etc.
95
+ ** Uptime, memory, etc.
96
+ ** Log of previous errors
97
+ ** Mongo-PHP settings
98
+ ** Version & bit-depth of PHP, MongoDB, Mongo PHP driver, phpMoAdmin, etc.
99
99
* Optional password-protection for one or more users
100
100
101
101
h2. Themes
0 commit comments