Dear Friends of Web2Py,
I am just getting started and need an example application using a
relational database. A possible example:
1) with customers, items, purchases tables So the purchases table
would use customerId and itemId numbers from their related tables. So
a customer can select an item in a form page from a list of items and
make a purchase or find more detailed info on the item.

 2) books, users, lending tables.  the lending table uses  userId and
bookId  from their related tables.  So a user can select a book to
borrow from a list of books and get more info on the book by clicking
a button or link.
  You get the idea. I can write this as a regular desktop application
but need to know how to do this in a Web2Py web application. Following
an existing program, possibly with some help files or tutorial would
jump start me into web apps with Web2Py. Many thanks for your
suggestions, Markandeya

Reply via email to