Jump to content

Recommended Posts

Posted

How do you go about, if you have an existing database table, that you would like to maintain (edit data) from the ProcessWire back-end? I know it is possible to do with Adminer, but I am hoping for some more integrated PW-solution.

Thanks.

Posted (edited)

Build a custom Process module then code what you need ?

https://processwire.com/api/ref/wire-database-p-d-o/

 

Example in one setup I have, 3 custom tables in the database managed through a Process module which serve to find plates :

1008895168_Annotation2020-01-08191617.thumb.png.486f9642992e883367401fd05b840321.png849718186_Annotation2020-01-08191833.png.e9b286fecd4b4312f73807e11afe2ebc.png

 

In this example, I am just looking for data, but you can do what you want, show a MarkupAdminTable or even an HandsonTable to edit your data easily.

Edited by flydev ??
typo
  • Like 4
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...