SproutCMS

This is the code documentation for the SproutCMS project

function viewById()

Displays a page.
The page is specified by the page id

Usage

void $PageController->viewById ( int $id );

Arguments

  1. int $id
    The id of the page to display

Return value

  • void