3
Reply

Data save into a table using class

Ask a question
I have a table like users I want to save the record into the table 
Users(userID,Name,Email,Password) into the database and i want  to  save the records using  public properties with getter setter how to achieve that .
 
 
 
 
any example  

Answers (3)