SproutCMS

This is the code documentation for the SproutCMS project

function findRecords()

Returns all of the records for a given table/tag

Usage

array Tags::findRecords ( string $table , string $tag );

Arguments

  1. string $table
    Table name
  2. string $tag
    Tag name

Exceptions thrown

  • QueryException

Return value

  • array
    Record IDs