doc/book/en/development/devcore/selectors.rst
branchstable
changeset 2175 16d3c37c5d28
parent 1714 a721966779be
child 4437 21f2e01fdd6a
equal deleted inserted replaced
2174:7f576dc9502e 2175:16d3c37c5d28
     5 whenever a view can be applied to a given result set of a request. Selector sets
     5 whenever a view can be applied to a given result set of a request. Selector sets
     6 are the glue that tie views to the data model. Using them appropriately is an
     6 are the glue that tie views to the data model. Using them appropriately is an
     7 essential part of the construction of well behaved cubes.
     7 essential part of the construction of well behaved cubes.
     8 
     8 
     9 
     9 
    10 `CubicWeb` provides its own set of selectors that you can use and here is a
    10 *CubicWeb* provides its own set of selectors that you can use and here is a
    11 description of some of the most common used:
    11 description of some of the most common used:
    12 
    12 
    13 Of course you will write your own set of selectors as you get familiar with the
    13 Of course you will write your own set of selectors as you get familiar with the
    14 framework.
    14 framework.
    15 
    15