SproutCMS

This is the code documentation for the SproutCMS project

function __construct()

Usage

void $SearchHandler->__construct ( string $table , string $ctlr_name );

Arguments

  1. string $table
    The name of the keywords table, e.g. page_keywords
  2. string $ctlr_name
    The name of a controller which implements the
           FrontEndSearch interface. Must be fully namespaced.

Return value

  • void