-
Notifications
You must be signed in to change notification settings - Fork 1
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.
-
_homeis the defaut view. It typically shows last non read entries. -
_publicis the public view, that is displayed to people that are not logged in.
-
$raw_foobarusefoobaras 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_foobarshows entries marked with the tagfoobar. The order is not specified although it is recommended that the implementation either asks the user (possibly though the settings) or orders entries chronologically.