doc/book/en/01-introduction.en.txt
changeset 97 d507caa1b386
parent 95 a5c7609de579
equal deleted inserted replaced
96:c1d04b2fa8c6 97:d507caa1b386
   324 
   324 
   325 
   325 
   326 The above source code defines a new primary view for
   326 The above source code defines a new primary view for
   327 ``BlogEntry``. 
   327 ``BlogEntry``. 
   328 
   328 
   329 Le code que nous avons modifié définit une vue primaire pour une entité de 
       
   330 type `BlogEntry`. 
       
   331 
       
   332 Since views are applied to resultsets and resulsets can be tables of
   329 Since views are applied to resultsets and resulsets can be tables of
   333 data, it is needed to recover the entity from its (row,col)
   330 data, it is needed to recover the entity from its (row,col)
   334 coordinates. We will get to this in more detail later.
   331 coordinates. We will get to this in more detail later.
   335 
   332 
   336 The view has a ``self.w()`` method that is used to output data. In our
   333 The view has a ``self.w()`` method that is used to output data. In our