SproutCMS

This is the code documentation for the SproutCMS project

function setData()

Sets the data that is used for form-building
This is typically from a database row or saved session data
To set a single field, instead use Fb::setFieldValue

Usage

void Fb::setData ( array $data );

Arguments

  1. array $data
    Field name => value pairs

Return value

  • void