Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Drupal module for Forms with powerful CRUD style behaviour? [closed]

We are building a website that contains a large number of database tables that need to be edited by the CMS administrator. Some of the tables are fed by form submissions from users on the front end of the website. Some of the tables are purely in the CMS and are used to create custom modules on the front end of the website.

Although there is a forms module in Drupal, I think our requirements cannot be met by it. Does anyone know of a system that allows forms to be saved to a CRUD style database with the following features?

alt text
(source: yart.com.au)

  1. Export of all database fields.

  2. View a summary of the records in a filterable table.

  3. With paging

  4. You can have one to many relationships in records eg

alt text
(source: yart.com.au)

To code this manually for 10 forms is A LOT of work. Particularly the one to many relationships. If there is a powerful module available it would save us writing one.

like image 515
Petras Avatar asked Mar 18 '10 02:03

Petras


1 Answers

I have not used it at all so far, so I have no clue if it fits your needs, but the Auto Admin module seems to offer at least some of the features you are looking for.

like image 157
Henrik Opel Avatar answered Oct 04 '22 21:10

Henrik Opel