SproutCMS

This is the code documentation for the SproutCMS project

function recordList()

Return an array of IDs of records in a given category.
If there are no records, returns an empty array.

Usage

unknown Category::recordList ( string $table , int $category_id );

Arguments

  1. string $table
    The 'main' table (e.g. 'articles')
  2. int $category_id
    The id in the category table.