doc/book/en/development/devweb/views/views.rst
branchstable
changeset 5284 ad922b7449aa
parent 5269 2e5bc78d05f3
child 5312 d2dbba898a96
equal deleted inserted replaced
5283:9ad0eaa09d34 5284:ad922b7449aa
    10 
    10 
    11 A `View` is an object responsible for the rendering of data from the
    11 A `View` is an object responsible for the rendering of data from the
    12 model into an end-user consummable form. They typically churn out an
    12 model into an end-user consummable form. They typically churn out an
    13 XHTML stream, but there are views concerned with email other non-html
    13 XHTML stream, but there are views concerned with email other non-html
    14 outputs.
    14 outputs.
       
    15 
       
    16 .. _views_base_class:
    15 
    17 
    16 Basic class for views
    18 Basic class for views
    17 ~~~~~~~~~~~~~~~~~~~~~
    19 ~~~~~~~~~~~~~~~~~~~~~
    18 
    20 
    19 Class `View` (`cubicweb.view`)
    21 Class `View` (`cubicweb.view`)