Hello.
Recently I've designed a utility in PHP whose purpose is to allow fast edition of data in MySql databases via a web browser based GUI.
Before I release it freely I need to test it for a while and also, I would like to add as many useful features as possible.
This is where you come.
I yould like you all to tell me what new feature you would like to see in such a utility. Please, give ideas I could try to make real if I have a sufficient knowledge.
Here are the features of my little app until now:
1) Compact: a single PHP file to use.
2) Quick Navigation between tables/databases with a single pull-down menu.
3) History of Tables opened previously.
4) Change font-size of data.
5) Sorting: ASC, DESC, GROUP DESC, GROUP ASC .
6) Search function.
7) Search and replace function.
8) Full search (search through all databases/tables/columns with results automatically displayed in other windows).
9) Add as many empty rows as needed at once.
10) Delete multiple rows at once.
11) Fast use of LIMIT
12) Compact Mode (when activated, will display only the first 20 characters of data (useful when you have long text to navigate through))
One limitation though: the auto-incrementing key must be the first column.
Anyway, it's up to you to give ideas now.
I'm listening to you.
Thanks.
My Work...
...and More...
Recently I've designed a utility in PHP whose purpose is to allow fast edition of data in MySql databases via a web browser based GUI.
Before I release it freely I need to test it for a while and also, I would like to add as many useful features as possible.
This is where you come.
I yould like you all to tell me what new feature you would like to see in such a utility. Please, give ideas I could try to make real if I have a sufficient knowledge.
Here are the features of my little app until now:
1) Compact: a single PHP file to use.
2) Quick Navigation between tables/databases with a single pull-down menu.
3) History of Tables opened previously.
4) Change font-size of data.
5) Sorting: ASC, DESC, GROUP DESC, GROUP ASC .
6) Search function.
7) Search and replace function.
8) Full search (search through all databases/tables/columns with results automatically displayed in other windows).
9) Add as many empty rows as needed at once.
10) Delete multiple rows at once.
11) Fast use of LIMIT
12) Compact Mode (when activated, will display only the first 20 characters of data (useful when you have long text to navigate through))
One limitation though: the auto-incrementing key must be the first column.
Anyway, it's up to you to give ideas now.
I'm listening to you.
Thanks.
My Work...
...and More...