Hi, I made a class called gestionClientes with an empty constructor, this class inserts new customers in my little application with a MySQL query.
I want to insert new customers clicking a buton, but I don't know what I do to create an object of gestionClintes to add the data in the database.