SproutCMS

This is the code documentation for the SproutCMS project

function display()

Displays a multiedit field

Usage

void MultiEdit::display ( string $key , array|null $data , array $errors );

Arguments

  1. string $key
    Key to group records for this multiedit
  2. array|null $data
    Records from DB or session
  3. array $errors
    Error messages, in the format [ index => [field => msg] ]

Return value

  • void