I have been dabbling in creating some basic modules for our store; I have gone with a System Extension to allow for simple Admin functions and database table queries for specific processes.
I have been using the LSK for reference, I have a module installed which displays under the System Extensions section of admin.
Let's say I have an input field here that displays for the admin and I wanted to update the value from that field to a specific table in the database when I hit the "Update" button. Where would the query to update the db table go in this scenario? Can the Module_System_Update MvFUNCTION see user-inputted data?
I suppose I just do not know the order of operation for Empresa and how to best achieve this simple task.
I have been using the LSK for reference, I have a module installed which displays under the System Extensions section of admin.
Let's say I have an input field here that displays for the admin and I wanted to update the value from that field to a specific table in the database when I hit the "Update" button. Where would the query to update the db table go in this scenario? Can the Module_System_Update MvFUNCTION see user-inputted data?
I suppose I just do not know the order of operation for Empresa and how to best achieve this simple task.
Comment