I am new to python and web2py development. My requirement is :
I have to create one html page which consists Employee information for e.g. employee Name, Age, Address etc... and buttons will be there Save, Refresh ..after entering Employee info to the html page if user presses the Save button it should save the entry to Employee table(if it is already exists) OR it will first create the table and save the data into it, and click on Refresh button will fetch the data from data base Employee table and displays on the html page. web2py supports MVC architecture, so anyone please provide me the example code to how to achieve it using MVC in web2py.