Changeset 514789
- Timestamp:
- 03/05/2012 05:07:22 PM (14 years ago)
- Location:
- database-peek/trunk
- Files:
-
- 2 edited
-
database-peek.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
database-peek/trunk/database-peek.php
r513977 r514789 4 4 Plugin URI: http://www.albert.nu/stuff/wordpress/plugins/database-peek/ 5 5 Description: Display the contents of your WordPress database 6 Version: 1. 16 Version: 1.2 7 7 Author: Albert Bertilsson 8 8 Author URI: http://www.albert.nu/ -
database-peek/trunk/readme.txt
r513959 r514789 10 10 == Description == 11 11 12 For those with a need to look at the pure contents of the WordPress database. The plugin gives admins a user friendly and safe way to display the tables of the database as well as show the detailed information of the tables and view each row of data including rows in other tables referring to the displayed row. Functionallity for filtering and sorting makes it very easy to get a good overview and find specific data. Integration with other parts of the administration tool makes it quick and easy to examine various entities in the database. 12 For those with a need to look at the pure contents of the WordPress database. The plugin gives admins a user friendly and safe way to display the tables of the database as well as show the detailed information of the tables and view each row of data including rows in other tables referring to the displayed row. 13 14 Functionallity for filtering and sorting makes it very easy to get a good overview and find specific data. Integration with other parts of the administration tool makes it quick and easy to examine various entities in the database. 13 15 14 16 This is not a replacement to having access to the WordPress database but it provides several benefits:
Note: See TracChangeset
for help on using the changeset viewer.