Presto Content Management System
3) Page Content Retrieval

<- ->

Documentation > Presto Developer's Manual > Under The Hood > Presto Request Process

Now retrieve a page's particular information.

  1. All pages have a request.page.name variable, and they likely have a request.page.content value where the bulk of their (unstructured) HTML content is stored.  In addition all other fields in the page's record are returned in corresponding request.page.[field name] variables.  Templates can draw upon any of these.  For multilingual websites, if available, textual content will be retrieved in the user's language.

<- ->

Valid XHTML 1.0!