Table Editor ComparisonEverybody loves a good table editor. Right? Well perhaps not, but they do however save you an ass load of time when it comes to providing GUIs for "punters". Personally, when I was looking round for a decent one, I couldn't find one that did everything I wanted so I ended up doing the usual thing, and wrote it myself. Not everyone wants to do that though, so since I'm such a nice guy, here's a comparison of the feature sets of a few common ones. Hopefully unbiased, but lets face it, mines the best. :-) Bear in mind that it's not an exhaustive list, but most of the major features are listed. Any omissions or errors, let me know. Feature Comparison
Link to meIf you use any of the code on this site (and if you don't I guess) or it makes your life easier, I'd appreciate a link - http://www.phpguru.org. Thanks.
Author: Richard Heyes
Posted: 26th June 2005 02:00 Hendy Irawan:
Quote> Very cool! > > Why isn't phpMyAdmin there? It doesn't fit the same category. The apps/libraries compared here are aimed at end users for managing specific tables, whereas phpMyAdmin is a database administration tool.
Author: Elantrix
Posted: 20th September 2005 11:16 Richard Heyes:
Quote> Hendy Irawan: > > Very cool! > > > > Why isn't phpMyAdmin there? > > It doesn't fit the same category. The > apps/libraries compared here are aimed at end > users for managing specific tables, whereas > phpMyAdmin is a database administration tool. phpMyAdmin is also designed to just handle tables too. I personally never needed anything else.
Author: Vince
Posted: 19th October 2005 14:18 >> phpMyAdmin is also designed to just handle tables too. I personally never needed anything else.
QuoteMe too, but wouldn't give it to users, which is the main use of this version. Great work. Look forward to being able to add a CSV file upload feature ;-)
Author: Rafia alotibi
Posted: 17th November 2005 14:14 Multiple Sort Fields now is Support
Quoteif Field Type is set inputType will Be checkbox also if Field Type is enum inputType Be will radio View Data list http://www.arabportal.net/TableEditor/Datalist.png View Add/Edit Record http://www.arabportal.net/TableEditor/EditAdd.png Example code http://www.arabportal.net/TableEditor/example.phps You can get the New code http://www.arabportal.net/TableEditor/TableEditor_New.phps
Author: Rafia alotibi
Posted: 21st November 2005 13:13 Sorry, I meant above the feature of "Multiple Field TYPE support" not "Multiple Sort Fields" so this is a correction.
Quote
Author: mattpaul
Posted: 9th June 2006 00:36 nice functionality + clean UI but I was a little disappointed to see all layout / presentation living in the same single PHP file which makes your project a tad more difficult to extend
Quotemp
Author: Richard Heyes
Posted: 26th June 2007 11:00 mattpaul:
Quote> nice functionality + clean UI but I was a little > disappointed to see all layout / presentation > living in the same single PHP file which makes > your project a tad more difficult to extend You could say that's an advantage. Just one file to move or copy around and very easy to keep up to date. Only having one file was very much intentional.
Author: Elantrix
Posted: 7th October 2007 19:33 Vince:
Quote> >> phpMyAdmin is also designed to just handle > tables too. I personally never needed anything > else. > > Me too, but wouldn't give it to users, which is > the main use of this version. > Great work. > Look forward to being able to add a CSV file > upload feature ;-) A lot of hosting companies now use PHPMyAdmin as their primary database editing tool because it easily integrates into most setups and is simple and powerful not only to the professionals, but also for the general users with little knowledge of MySQL or databases in general.
Author: Lesley
Posted: 26th October 2007 17:06 Elantrix:
Quote> Vince: > > >> phpMyAdmin is also designed to just > handle > > tables too. I personally never needed > anything > > else. > > > > Me too, but wouldn't give it to users, which > is > > the main use of this version. > > Great work. > > Look forward to being able to add a CSV file > > upload feature ;-) > > A lot of hosting companies now use PHPMyAdmin > as their primary database editing tool because > it easily integrates into most setups and is > simple and powerful not only to the > professionals, but also for the general users > with little knowledge of MySQL or databases in > general. Elantrix, you are totaly outside. I have used all of this "tools" to creating backend administration for sites ,witch I can provide for my users(customers) latter. I have also working with PhpMyAdmin, but this is for webmasters (Creating Database, Export, Import, even Drop...) so this have nothing in comune with the products presented above. Nice article ! Thanx. |

Comments
Posted: 25th June 2005 18:59