Skip to content

System views specification

Lucas Verney edited this page Aug 19, 2014 · 2 revisions

This page lists system views and virtual views as defined in RFF4.

System views

  • _home is the defaut view. It typically shows last non read entries.
  • _public is the public view, that is displayed to people that are not logged in.

Virtual views

  • $raw_foobar use foobar as view rule without any modification. It is not recommended to rely on this method in production code since it would lead to very ugly urls (don't forget that special characters have to be encoded!) and lack flexibility (it would be impossible to take user options into account). It has been implemented for debug purpose and emergency cases.
  • $tag_foobar shows entries marked with the tag foobar. The order is not specified although it is recommended that the implementation either asks the user (possibly though the settings) or orders entries chronologically.

Clone this wiki locally