SproutCMS

This is the code documentation for the SproutCMS project

function load()

Returns an array of data, which should be put into a view, and passed into MultiEdit::display.

Usage

array MultiEdit::load ( string $table , array $where [, string|array $order ] );

Arguments

  1. string $table
    Table to load data from
  2. array $where
    Conditions for WHERE clause, as per Pdb::buildClause
  3. string|array $order = id
    Column(s) to order records by

Return value

  • array
    Each element is a row