views:

101

answers:

3

Hi, I would like to have a simple interface in typo3 backend for viewing the data from database (joining two tables) and also to be able to edit the data. I tired something with tca array but I dont know how display the data that are already in database. Is there an option that says foe example that this tca configuration should display the data in this list?+ Or any other option?

thanks

A: 

Another option is the Typo3 extension phpMyAdmin

Aputsiaq
A: 

if it's ok to use the FE you might have a look at http://typo3.org/extensions/repository/view/wfqbe/current/

regards Tim

Fladi
A: 

This one ain't to bad either: mh_omsqlio

It gives you a listview of you records (single table) that you can edit in frontend. Database relations can be displayed if you read the maual.

With joins you can not update in the frontend.

Super fast way to build mockup for frontend plugins.

BR. Anders

Tillebeck