MySql Crud Table

Issues related to forms.
Post Reply
Mr Johnson VIP
 
 
Posts: 3
Joined: Sat Feb 01, 2025 12:45 am

MySql Crud Table

Post by Mr Johnson VIP »

Within my index I want to create a form like this one which can be edited, deleted and added from the same page with buttons,

I have bought the extensions package which includes mysql crud but I drag it and drop it from there what do I do, any tutorial to create for example something like thisImage
User avatar
Pablo
 
Posts: 23226
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: MySql Crud Table

Post by Pablo »

Did you read the PDF documentation that came with the extension?
Can you tell what is unclear for you?
Mr Johnson VIP
 
 
Posts: 3
Joined: Sat Feb 01, 2025 12:45 am

Re: MySql Crud Table

Post by Mr Johnson VIP »

Yes, I have seen it, but it only shares the description of the script and its functions for each section.
I mean to have an example or tutorial applying it, so I could see how the configuration and even the creation are done. With a tutorial, even if it is with a basic table, so I can see and guide myself. Thanks
User avatar
Pablo
 
Posts: 23226
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: MySql Crud Table

Post by Pablo »

There is no specific tutorial.

Step 1.
Create the MYSQL table

Step 2
Configure the fields as described in the PDF.

Image
Post Reply