doc/book/en/development/devcore/selectors.rst
changeset 4437 21f2e01fdd6a
parent 2175 16d3c37c5d28
child 4463 b071d5c6b48f
equal deleted inserted replaced
4436:294e084f1263 4437:21f2e01fdd6a
     1 Base selectors
     1 Base selectors
     2 --------------
     2 --------------
     3 
     3 
     4 Selectors are scoring functions that are called by the view dispatcher to tell
     4 Selectors are scoring functions that are called by the view dispatcher to tell
     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._cwuest. 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