SproutCMS

This is the code documentation for the SproutCMS project

function selectIndex()

Selects the currently active index

Usage

void Search::selectIndex ( string $table , int $record_id );

Arguments

  1. string $table
    Table name, without prefix
  2. int $record_id
    Record ID

Return value

  • void