SproutCMS

This is the code documentation for the SproutCMS project

function viewByName()

Displays a page.
The page is specified by the page friendly name

Usage

void $PageController->viewByName ( string $name );

Arguments

  1. string $name
    The URL of the page to display

Return value

  • void