- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ07-28-2010
12:52 AM
Difference between Content-SELECT and Content-PROJECTION
Where is the difference between Content-SELECT and Content-PROJECTION in detail?
Labels
- Labels:
-
Developers
- Tags:
- contentselect
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ07-28-2010
01:18 AM
contentSelect Function:
- can be used many times on one page.
- output will always be on one page
- you cannot create an contentlink to a specific dataset (unnecessary because of 2)
- definition is done by template developer [some parameters can be used as VALUE_PARAMS to consider input of the editor
content projection [output off datasets by the use of a table template]
- only one content projection can be used per page
- output can be spread over many pages (automatic creation of many output pages defined by one sitestore node)
- creation of specific content links possible ($CMS_REF(...,contentId:#,...)$
- definition can be chosen by the editor (depending on predefined queries). Sorting can directly be done by the editor.

