SproutCMS

This is the code documentation for the SproutCMS project

function searchHandler()

Register search handler

Usage

void Register::searchHandler ( string $class , string $table , array $where );

Arguments

  1. string $class
    Controller to register which implements the
           FrontEndSearch interface. Must be fully namespaced.
  2. string $table
    The name of the keywords table, e.g. page_keywords
  3. array $where
    Optional list of where clauses @see SearchHandler->addWhere()

Return value

  • void