Skip to content

Commit 4ccad3e

Browse files
authored
Update README.textile
1 parent 16f7e61 commit 4ccad3e

File tree

1 file changed

+27
-19
lines changed

1 file changed

+27
-19
lines changed

README.textile

+27-19
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,37 @@ h3. Built on a stripped-down version of the high-performance Vork Enterprise Fra
99
* *Nothing to configure* - place the moadmin.php file anywhere on your web site and *it just works!*
1010
* Fast *AJAX-driven XHTML 1.1* interface operates consistently in every browser!
1111
* *Self-contained in a single 110kb file!*
12-
* Works on any version of PHP5 with the MongoDB NoSQL database & Mongo PHP driver installed and running.
12+
* Works on any version of PHP5 or PHP7 with the MongoDB NoSQL database & Mongo PHP driver installed and running.
1313
* Instructional error messages - *phpMoAdmin can be used as a PHP-Mongo connection debugging tool*
14-
* Super flexible - search for:
14+
* Option to query MongoDB using JSON syntax or a PHP-array
15+
* Super flexible search tool - you can search for:
1516
+ exact-text
16-
+ (type-casted) value
17+
+ (type-casted) values
1718
+ text with * wildcards
1819
+ Regular Expressions (regex)
1920
+ JSON (with Mongo-operators enabled)
2021
* Import/export data in JSON format
21-
+ Export full collections or limit recordset to the results of a query
22-
- Option to export exact page contents or entire query results (ignoring limit and skip values)
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
2324
+ Import can specify:
2425
- Insert new records only
25-
- Save / upsert (adds new & overwrites existing with same _id)
26-
- Update only pre-existing records
27-
- Insert until a duplicate is found and then halt import
28-
* Option to enable password-protection for one or more users
29-
+ To activate protection, just add the username-password(s) to the array at the top of the file.
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+
* 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
3033
* E_STRICT PHP code is formatted to the Zend Framework coding standards
3134
+ Fully-documented in the phpDocumentor DocBlock standard.
32-
* Textareas can be resized by dragging/stretching the lower-right corner
33-
* Option to query MongoDB using JSON or a PHP-array syntax
35+
* All form textareas can be resized by dragging/stretching the lower-right corner
3436
* 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
42+
* "Stats" tool displays helpful data including version numbers and configuration settings for PHP, MongoDB and the Mongo-PHP driver
3543
* *Free & open-source!* Released under the GPLv3 FOSS license!
3644

3745
"www.phpMoAdmin.com":http://www.phpMoAdmin.com
@@ -66,28 +74,28 @@ h2. Features
6674
- ascending/descending
6775
- unique index
6876
* Data objects
69-
o Search for exact-text, (type-casted) value, text with * wildcards, regex or JSON (with Mongo-operators enabled)
77+
o Search for exact-text, (type-casted) values, text with * wildcards, regex or JSON (with Mongo-operators enabled)
7078
o Show objects with 3-different viewing options (full, compact & uniform)
71-
o Option to query MongoDB using JSON or a PHP array
79+
o Option to query MongoDB using JSON syntax or a PHP array
7280
o Sort by any key within your data object (even nested sub-keys!) with ascending/descending option
7381
- Option to sort by $natural for rapid browsing of large datasets
7482
o Create/delete objects
7583
o Edit object data using standard PHP object/array syntax
7684
o Export to JSON format
7785
- Full collections or limited recordset based on the results of a query
78-
- Export exact page contents or entire query results (ignoring limit and skip values)
86+
- Export exact current results-page contents or the entire query results (ignoring any limit or skip values)
7987
o Import from JSON format
8088
- Insert new records only
81-
- Save / upsert (adds new & overwrites existing with same _id)
82-
- Update only pre-existing records
89+
- Save / upsert (adds new records, and overwrites existing records with same _id)
90+
- Update only pre-existing records (ignores new records)
8391
- Insert until a duplicate is found and then halt import
8492
* Mongo GridFS
8593
o GridFS objects automatically link GridFS chunks to GridFS files
8694
* MongoDB stats
8795
o Uptime, memory, etc.
8896
o Log of previous errors
8997
o Mongo-PHP settings
90-
o Version & bit-depth of MongoDB, Mongo PHP driver, phpMoAdmin, etc.
98+
o Version & bit-depth of PHP, MongoDB, Mongo PHP driver, phpMoAdmin, etc.
9199
* Optional password-protection for one or more users
92100

93101
h2. Themes
@@ -108,4 +116,4 @@ h2. Contact phpMoAdmin
108116

109117
"www.phpMoAdmin.com":http://www.phpMoAdmin.com
110118

111-
!http://www.phpmoadmin.com/file/phpMoAdmin-MongoDB-Admin-GUI.jpg!
119+
!http://www.phpmoadmin.com/file/phpMoAdmin-MongoDB-Admin-GUI.jpg!

0 commit comments

Comments
 (0)