On Wednesday, February 10, 2016 at 2:01:52 PM UTC-8, snehalash...@gmail.com 
wrote:
>
> How to get the database stored values in HTML form 
>

The basic answer is that a controller extracts the values, and a view 
displays them.  (There is also a model involved that describes the 
database.)  Both the controller and view live on the server; the view is 
used to generate the HTML that is sent to the browser on the client's 
machine.

For a simple how-to, the best place to go is the book.  Here's a relevant 
example (link goes to online English edition; translations to some other 
languages are alos available online, and if you want hardcopy you can 
download the PDF and print it, or order a bound copy):
<URL:http://web2py.com/books/default/chapter/29/03/overview#A-simple-wiki>

It's well worth reading the book; I've been using Web2Py for a couple of 
years now, and I always have the book open ... sometimes in multiple tabs.

/dps

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to